Skip to content

Commit

Permalink
Update alpine-mainline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Feb 28, 2024
1 parent 66d0945 commit 2abeaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
context: "{{ defaultContext }}:mainline/alpine-slim"
# tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=docker.io/nginxinc/nginx-unprivileged,ghcr.io/nginxinc/nginx-unprivileged,push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name='docker.io/nginxinc/nginx-unprivileged,ghcr.io/nginxinc/nginx-unprivileged',push-by-digest=true,name-canonical=true,push=true
# push: ${{ github.event_name != 'pull_request' }}
# cache-from: type=gha,scope=alpine-slim
# cache-to: type=gha,mode=min,scope=alpine-slim
Expand Down

0 comments on commit 2abeaf2

Please sign in to comment.