Skip to content

Commit 02aeb34

Browse files
authored
Update docker-image.yml
1 parent 970be67 commit 02aeb34

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v3
2222

2323
- name: Install Cosign
2424
uses: sigstore/cosign-installer@v3.6.0
@@ -38,6 +38,11 @@ jobs:
3838
images: ${{ secrets.DOCKER_HUB_USERNAME }}/btc
3939
tags: type=sha,format=long
4040

41+
- name: Debug tags
42+
id: debug
43+
run: |
44+
echo "Tags value is : ${{ steps.docker_meta.output.tags }}"
45+
4146
- name: Build and push Docker image
4247
id: build-and-push
4348
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)