We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd5ea4 commit 44bcbbdCopy full SHA for 44bcbbd
.github/workflows/build.yml
@@ -151,6 +151,15 @@ jobs:
151
tag: ghcr.io/ammnt/nginx:main
152
overwrite: true
153
154
+ - name: Explore the Docker image with Dive🔍
155
+ timeout-minutes: 2
156
+ env:
157
+ CI: true
158
+ run: |
159
+ wget -q https://github.com/wagoodman/dive/releases/download/v0.12.0/dive_0.12.0_linux_amd64.tar.gz
160
+ tar xvzf dive_0.12.0_linux_amd64.tar.gz -C /usr/local/bin
161
+ dive --ci-config "${{ github.workspace }}/.dive-ci/" ghcr.io/ammnt/nginx:main
162
+
163
- name: Test the Docker image🧪
164
run: |
165
docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/nginx:main
0 commit comments