Skip to content

Commit 1afa127

Browse files
authored
Update docker-image.yml
1 parent e6eb707 commit 1afa127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3333
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3434

35-
- id: docker_meta
35+
- name: "Setup Docker Meta"
36+
id: docker_meta
3637
uses: docker/metadata-action@v4.4.0
3738
with:
3839
images: ${{ secrets.DOCKER_HUB_USERNAME }}/btc

0 commit comments

Comments
 (0)