Skip to content

Commit

Permalink
Update build-push-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Sep 7, 2023
1 parent a3083a5 commit b66baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_isar_base_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit b66baac

Please sign in to comment.