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 665c307 commit 654b339Copy full SHA for 654b339
.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:{{ GITHUB_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