Commit b6064a1 1 parent 448e9f5 commit b6064a1 Copy full SHA for b6064a1
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,15 @@ jobs:
67
67
uses : docker/build-push-action@v6
68
68
with :
69
69
context : ./
70
- push : ${{ github.event_name != 'pull_request' }}
70
+ # push: ${{ github.event_name != 'pull_request' }}
71
71
tags : ${{ steps.meta.outputs.tags }}
72
72
labels : ${{ steps.meta.outputs.labels }}
73
73
74
74
- name : Output image tag
75
75
id : image-tag
76
76
run : |
77
77
name=$(echo "image-${{ matrix.services.imageName }}" | tr '[:upper:]' '[:lower:]')
78
- value=$(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.services.imageName }}:sha-${{ env.BRANCH_NAME }}-${{ steps.sha_short.outputs.sha_short }}" | tr '[:upper:]' '[:lower:]')
79
- # value=$(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.services.imageName }}:sha-${{ steps.sha_short.outputs.sha_short }}" | tr '[:upper:]' '[:lower:]')
78
+ value=$(echo "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ matrix.services.imageName }}:sha-${{ steps.sha_short.outputs.sha_short }}" | tr '[:upper:]' '[:lower:]')
80
79
echo "setting output: $name=$value"
81
80
echo "$name=$value" >> $GITHUB_OUTPUT
82
81
You can’t perform that action at this time.
0 commit comments