Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# build an image based on the current tag, passing the builds args
- name: Build docker images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: "${{ github.workspace }}"
load: true
Expand All @@ -60,7 +60,7 @@ jobs:
# if test didn't fail us out of the job, upload the image with the tag its based on.
# Should not increase build time since uses cache. https://github.com/docker/build-push-action/blob/master/docs/advanced/test-before-push.md#:~:text=Build%20time%20will%20not%20be%20increased%20with%20this%20workflow
- name: Push docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down