We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49372eb commit 9c2d75cCopy full SHA for 9c2d75c
.github/workflows/alpine-mainline.yml
@@ -94,10 +94,17 @@ jobs:
94
- name: Load Alpine slim image
95
run: |
96
docker load --input /tmp/alpine-slim.tar
97
- docker image ls -a
98
docker tag nginx-unprivileged:alpine-slim localhost:5000/nginx-unprivileged:alpine-slim
+ docker image ls -a
99
+
100
+ - name: Push Alpine slim image
101
+ run: |
102
docker push localhost:5000/nginx-unprivileged:alpine-slim
103
104
+ - name: Pull Alpine slim image
105
106
+ docker pull localhost:5000/nginx-unprivileged:alpine-slim
107
108
- name: Build NGINX mainline Alpine image locally
109
id: build
110
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
0 commit comments