File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
uses : docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
76
76
with :
77
77
images : |
78
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
78
+ ${{ env.REGISTRY != '' && env.REGISTRY || 'ghcr.io' }}/${{ env.IMAGE_NAME != '' && env.IMAGE_NAME || 'commercetools/telefonistka' }}
79
79
80
80
81
81
# Build and push Docker image with Buildx (don't push on PR)
@@ -100,7 +100,7 @@ jobs:
100
100
uses : docker/metadata-action@906ecf0fc0a80f9110f79d9e6c04b1080f4a2621
101
101
with :
102
102
images : |
103
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
103
+ ${{ env.REGISTRY != '' && env.REGISTRY || 'ghcr.io' }}/${{ env.IMAGE_NAME != '' && env.IMAGE_NAME || 'commercetools/telefonistka' }}
104
104
flavor : prefix=alpine-,onlatest=true
105
105
106
106
# Build and push Docker image with Buildx (don't push on PR)
You can’t perform that action at this time.
0 commit comments