Skip to content

Commit

Permalink
try to build docker images without a cache to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Aug 26, 2024
1 parent 043ba09 commit 726b407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@ jobs:
uses: docker/build-push-action@v6
with:
file: ./api/Dockerfile
no-cache: true
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/api:${{ github.head_ref || github.ref_name }}.${{ github.sha }}
- name: Build and push replicator image
uses: docker/build-push-action@v6
with:
file: ./replicator/Dockerfile
no-cache: true
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/replicator:${{ github.head_ref || github.ref_name }}.${{ github.sha }}

0 comments on commit 726b407

Please sign in to comment.