Skip to content

Commit

Permalink
Fix release for pulumi:latest-nonroot (#288)
Browse files Browse the repository at this point in the history
We need to create the tag `latest-nonroot` during the build so we can
later (conditionally) push it.
  • Loading branch information
julienp authored Sep 26, 2024
1 parent d15f6d6 commit 2a13fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
-f docker/pulumi/Dockerfile \
--platform linux/amd64 \
-t ${{ env.DOCKER_ORG }}/pulumi:${{ env.PULUMI_VERSION }}-nonroot \
-t ${{ env.DOCKER_ORG }}/pulumi:latest-nonroot \
--target nonroot \
--build-arg PULUMI_VERSION=${{ env.PULUMI_VERSION }} \
--load \
Expand Down

0 comments on commit 2a13fe5

Please sign in to comment.