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 c1e73e7 commit e9bc4c4Copy full SHA for e9bc4c4
.github/workflows/build-docker.yaml
@@ -47,4 +47,4 @@ jobs:
47
- name: Publish to GitHub Tag
48
if: steps.docker_build.outputs.digest && startsWith(github.ref, 'refs/tags/')
49
run: |
50
- echo "Docker image published for tag: ${{ github.ref_name }
+ echo "Docker image published for tag: ${{ github.ref_name }}"
0 commit comments