Skip to content

Commit

Permalink
Revert preview after successful build&push of docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Jul 15, 2024
1 parent 3ff4ab5 commit 98375ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
run: docker-compose --file docker-compose.build.yml build

- name: Publish images
# if: contains( github.ref_name, 'master' )
if: contains( github.ref_name, 'master' )
run: docker buildx bake --file docker-compose.build.yml --push --set '*.platform=linux/amd64,linux/arm64'

0 comments on commit 98375ce

Please sign in to comment.