Skip to content

Commit b808cae

Browse files
authoredJan 22, 2025
build(deps): Bump whoan/docker-build-with-cache-action from 6 to 8 (#463)
Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 6 to 8. - [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases) - [Commits](whoan/docker-build-with-cache-action@v6...v8) --- updated-dependencies: - dependency-name: whoan/docker-build-with-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67b7c77 commit b808cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy-projects.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout
5454
uses: actions/checkout@v4
5555
- name: Build the Projects Proxy Docker Image
56-
uses: whoan/docker-build-with-cache-action@v6
56+
uses: whoan/docker-build-with-cache-action@v8
5757
with:
5858
username: ${{ secrets.DOCKER_USERNAME }}
5959
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Checkout
6969
uses: actions/checkout@v4
7070
- name: Build the Projects Runtime Docker Image
71-
uses: whoan/docker-build-with-cache-action@v6
71+
uses: whoan/docker-build-with-cache-action@v8
7272
with:
7373
username: ${{ secrets.DOCKER_USERNAME }}
7474
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)