Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmichaels committed Jun 30, 2024
1 parent 42738a7 commit 5452305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
uses: docker/build-push-action@master
with:
context: .
file: ./deploy/Dockerfile
file: ./Dockerfile
load: true
tags: ${{ env.TEST_TAG }}
- name: Build
uses: docker/build-push-action@master
with:
context: .
file: deploy/Dockerfile
file: ./Dockerfile
push: false
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: docker/build-push-action@master
with:
context: .
file: deploy/Dockerfile
file: ./Dockerfile
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down

0 comments on commit 5452305

Please sign in to comment.