Skip to content

Commit 6e24401

Browse files
committed
try to build image v2
1 parent f0de9f3 commit 6e24401

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040

41+
- name: Print tool versions
42+
run: |
43+
set -x
44+
pwd
45+
ls
46+
find .
47+
4148
# Install the cosign tool except on PR
4249
# https://github.com/sigstore/cosign-installer
4350
- name: Install cosign

0 commit comments

Comments
 (0)