This commit is contained in:
Ruben Fiszel
2025-01-23 23:08:42 +01:00
parent 6644597677
commit 30737fa604
+2 -5
View File
@@ -6,9 +6,6 @@ on:
registry:
required: true
type: string
registry_username:
required: true
type: string
image_name:
required: true
type: string
@@ -160,8 +157,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ inputs.registry }}
username: ${{ inputs.registry_username }}
password: ${{ secrets.REGISTRY_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create manifest list and push
working-directory: /tmp/digests