Commit b0fec89 1 parent 15e9d73 commit b0fec89 Copy full SHA for b0fec89
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- uses : docker/setup-qemu-action@v3
132
132
- uses : docker/setup-buildx-action@v3
133
133
- uses : docker/login-action@v3
134
- if : github.ref_type == 'tag'
134
+ if : github.ref_type == 'tag' && github.action_repository == 'mutagen-io/mutagen'
135
135
with :
136
136
username : ${{ secrets.SIDECAR_DEPLOYMENT_USER }}
137
137
password : ${{ secrets.SIDECAR_DEPLOYMENT_TOKEN }}
@@ -143,7 +143,7 @@ jobs:
143
143
file : images/sidecar/linux/Dockerfile
144
144
target : mit
145
145
tags : ${{ steps.tag.outputs.tag }}
146
- push : ${{ github.ref_type == 'tag' }}
146
+ push : ${{ github.ref_type == 'tag' && github.action_repository == 'mutagen-io/mutagen' }}
147
147
platforms : |
148
148
linux/386
149
149
linux/amd64
@@ -156,7 +156,7 @@ jobs:
156
156
file : images/sidecar/linux/Dockerfile
157
157
target : sspl
158
158
tags : ${{ steps.tag.outputs.tag }}-sspl
159
- push : ${{ github.ref_type == 'tag' }}
159
+ push : ${{ github.ref_type == 'tag' && github.action_repository == 'mutagen-io/mutagen' }}
160
160
platforms : |
161
161
linux/386
162
162
linux/amd64
You can’t perform that action at this time.
0 commit comments