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 9b74c7b commit f1977dcCopy full SHA for f1977dc
.github/workflows/docker-build-nginx.yml
@@ -58,12 +58,13 @@ jobs:
58
59
- name: Save images
60
run: |
61
- # Save all ui and nginximages to tar files
+ # Save all ui and nginx images to tar files
62
docker save ${REGISTRY_PREFIX}/${REPO_NAME}-ui:latest > ui-nginx.tar
63
docker save nginx > nginx.tar
64
65
- - name: Cache Docker images
+ - name: Cache Nginx images
66
uses: actions/cache@v4
67
+ id: nginx-cache
68
with:
69
path: |
70
ui-nginx.tar
0 commit comments