Skip to content

Commit

Permalink
print docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
portersrc committed Oct 4, 2024
1 parent e33443e commit d936b95
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/porter-gha-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
# COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
# run: make cosign-sig
# 3. simple-sig
- name: Make simple-sig
working-directory: container-images
run: make simple-sig
#- name: Basic echo and docker version
# run: |
# echo "Start 1"
# docker --version
# echo "End"
#- name: Make simple-sig
# working-directory: container-images
# run: make simple-sig
- name: Basic echo and docker version
run: |
echo "Start 1"
docker --version
echo "End"
#- name: Check if gcc is here
# run: |
# gcc -dumpmachine
Expand Down

0 comments on commit d936b95

Please sign in to comment.