about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-02-23 20:04:23 +0100
committerGitHub <noreply@github.com>2022-02-23 20:04:23 +0100
commit8c9c05d57914236dc7104a67e84743e1ce36f7cc (patch)
tree645c19df410f74da25f2531d140013e90b930de4 /.github/workflows
parent2c8615fbf8f8085eb836733b27b33c9522c29c71 (diff)
parent55692978ecb1f3fc9049f976de5764b7a24f4de9 (diff)
Merge pull request #1700 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-image.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml
index 2d1df7211..281fa33b7 100644
--- a/.github/workflows/build-image.yml
+++ b/.github/workflows/build-image.yml
@@ -22,6 +22,7 @@ jobs:
           registry: ghcr.io
           username: ${{ github.repository_owner }}
           password: ${{ secrets.GITHUB_TOKEN }}
+        if: github.event_name != 'pull_request'
       - uses: docker/metadata-action@v3
         id: meta
         with:
@@ -31,6 +32,7 @@ jobs:
           tags: |
             type=edge,branch=main
             type=semver,pattern={{ raw }}
+            type=ref,event=pr
       - uses: docker/build-push-action@v2
         with:
           context: .