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 66597ce commit 665c307Copy full SHA for 665c307
.github/workflows/docker-image.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
platforms: linux/amd64
26
push: true
27
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/pyth-client-py:{{ git_sha }} # should be tagged latest later on
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/pyth-client-py:{{ GITHUB_SHA }} # should be tagged latest later on
28
29
- name: Image digest
30
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments