Skip to content

Commit

Permalink
Target content docker-bake file
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 5, 2024
1 parent 9bd2b71 commit ca6e41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-bake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
- name: Build and push
uses: docker/bake-action@v4
with:
workdir: content/.
push: false

- name: Build and push
if: github.ref == 'refs/heads/main'
uses: docker/bake-action@v4
with:
workdir: content/.
push: true

0 comments on commit ca6e41f

Please sign in to comment.