Skip to content

Commit 9c2d75c

Browse files
committed
Update alpine-mainline.yml
1 parent 49372eb commit 9c2d75c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,17 @@ jobs:
9494
- name: Load Alpine slim image
9595
run: |
9696
docker load --input /tmp/alpine-slim.tar
97-
docker image ls -a
9897
docker tag nginx-unprivileged:alpine-slim localhost:5000/nginx-unprivileged:alpine-slim
98+
docker image ls -a
99+
100+
- name: Push Alpine slim image
101+
run: |
99102
docker push localhost:5000/nginx-unprivileged:alpine-slim
100103
104+
- name: Pull Alpine slim image
105+
run: |
106+
docker pull localhost:5000/nginx-unprivileged:alpine-slim
107+
101108
- name: Build NGINX mainline Alpine image locally
102109
id: build
103110
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0

0 commit comments

Comments
 (0)