Skip to content

Commit

Permalink
for docker build to not use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Oct 31, 2023
1 parent 3dcccda commit 16dc26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-gdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: steps.filter.outputs.devcontainer == 'true'
run: |
ls -al
docker build ./.devcontainer --tag ghcr.io/caciviclab/disclosure-backend-static:latest
docker build --no-cache --tag ghcr.io/caciviclab/disclosure-backend-static:latest ./.devcontainer
docker push ghcr.io/caciviclab/disclosure-backend-static:latest
- name: Test pull from gdrive
if: steps.filter.outputs.devcontainer != 'true'
Expand Down

0 comments on commit 16dc26c

Please sign in to comment.