diff --git a/action-templates/actions/action-build-image/action.yml b/action-templates/actions/action-build-image/action.yml index 7298c1e2..5822f33c 100644 --- a/action-templates/actions/action-build-image/action.yml +++ b/action-templates/actions/action-build-image/action.yml @@ -49,6 +49,7 @@ runs: registry: ${{ inputs.registry }} username: ${{ inputs.registry-username }} password: ${{ inputs.registry-password }} + scope: "@push" - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 @@ -64,4 +65,4 @@ runs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - github-token: ${{ github.token }} + # github-token: ${{ github.token }}