Publish containers on PRs

This commit is contained in:
Dave Gallant
2023-05-21 08:32:56 -04:00
parent 81bf5e6f3c
commit 26ff326c07

View File

@@ -39,7 +39,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to Packages
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v4
with:
context: backend
@@ -80,7 +79,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to Packages
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v4
with:
context: .