mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Publish containers on PRs
This commit is contained in:
2
.github/workflows/publish-containers.yml
vendored
2
.github/workflows/publish-containers.yml
vendored
@@ -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: .
|
||||
|
Reference in New Issue
Block a user