We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b7c77 commit b808caeCopy full SHA for b808cae
.github/workflows/deploy-projects.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Checkout
54
uses: actions/checkout@v4
55
- name: Build the Projects Proxy Docker Image
56
- uses: whoan/docker-build-with-cache-action@v6
+ uses: whoan/docker-build-with-cache-action@v8
57
with:
58
username: ${{ secrets.DOCKER_USERNAME }}
59
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
- name: Build the Projects Runtime Docker Image
71
72
73
74
0 commit comments