Skip to content

Commit

Permalink
Images/NGINX: Show info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Dec 4, 2024
1 parent 49bb26b commit 156419e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
steps:
- name: Show version
run: docker version
- name: Show info
run: docker info
4 changes: 4 additions & 0 deletions images/nginx/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ steps:
- name: gcr.io/cloud-builders/docker
args:
- version
# Show info.
- name: gcr.io/cloud-builders/docker
args:
- info

0 comments on commit 156419e

Please sign in to comment.