Skip to content

Commit

Permalink
fix(actions): enable push for dist image
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Dec 8, 2023
1 parent 89f3aea commit a09dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
platforms: linux/amd64
tags: |
${{ env.REGISTRY }}/${{ env.DIST_IMAGE_NAME }}:main
push: false
push: true
- name: Build and push image
id: build-push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a09dab4

Please sign in to comment.