We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eb707 commit 1afa127Copy full SHA for 1afa127
.github/workflows/docker-image.yml
@@ -32,7 +32,8 @@ jobs:
32
username: ${{ secrets.DOCKER_HUB_USERNAME }}
33
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
34
35
- - id: docker_meta
+ - name: "Setup Docker Meta"
36
+ id: docker_meta
37
uses: docker/metadata-action@v4.4.0
38
with:
39
images: ${{ secrets.DOCKER_HUB_USERNAME }}/btc
0 commit comments