Skip to content

Commit f1977dc

Browse files
committed
its wonderful working with docker on VMS
1 parent 9b74c7b commit f1977dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-build-nginx.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ jobs:
5858

5959
- name: Save images
6060
run: |
61-
# Save all ui and nginximages to tar files
61+
# Save all ui and nginx images to tar files
6262
docker save ${REGISTRY_PREFIX}/${REPO_NAME}-ui:latest > ui-nginx.tar
6363
docker save nginx > nginx.tar
6464
65-
- name: Cache Docker images
65+
- name: Cache Nginx images
6666
uses: actions/cache@v4
67+
id: nginx-cache
6768
with:
6869
path: |
6970
ui-nginx.tar

0 commit comments

Comments
 (0)