We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5091ce8 commit f58162aCopy full SHA for f58162a
.github/workflows/update_ci_image.yaml
@@ -91,7 +91,7 @@ jobs:
91
trigger=true
92
fi
93
echo "::set-output name=trigger::${trigger}"
94
- - name: Build and push
+ - name: Build and push ${{ github.ref_name }}
95
if: steps.config.outputs.trigger == 'true'
96
id: docker_build
97
uses: docker/build-push-action@v4
@@ -108,7 +108,7 @@ jobs:
108
- name: Image digest
109
110
run: echo ${{ steps.docker_build.outputs.digest }}
111
112
113
114
0 commit comments