Skip to content

Commit

Permalink
Update docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Jul 14, 2024
1 parent 4925f61 commit 27f5a6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DevelopServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Copy index for vite
run: mkdir -p ${GITHUB_WORKSPACE}/dist/hugo && cp -rf /var/www/dev.wikigdrive.com/* ${GITHUB_WORKSPACE}/dist/hugo

- uses: whoan/docker-build-with-cache-action@v5
- uses: whoan/docker-build-with-cache-action@v8
with:
image_name: "wikigdrive-develop"
image_tag: "${{ github.sha }},latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ProdServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Copy index for vite
run: mkdir -p ${GITHUB_WORKSPACE}/dist/hugo && cp -rf /var/www/wikigdrive.com/* ${GITHUB_WORKSPACE}/dist/hugo

- uses: whoan/docker-build-with-cache-action@v5
- uses: whoan/docker-build-with-cache-action@v8
with:
image_name: "wikigdrive-prod"
image_tag: "${{ github.sha }},latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: mkdir -p ${GITHUB_WORKSPACE}/dist/hugo && cp -rf /var/www/pr-${{ github.event.number }}.wikigdrive.com/* ${GITHUB_WORKSPACE}/dist/hugo

- name: build
uses: whoan/docker-build-with-cache-action@v5
uses: whoan/docker-build-with-cache-action@v8
with:
image_name: "wikigdrive-feature"
image_tag: "${{ github.sha }}"
Expand Down

0 comments on commit 27f5a6d

Please sign in to comment.