Skip to content

Commit

Permalink
Merge pull request #240 from fusion-energy/shimwell-patch-1
Browse files Browse the repository at this point in the history
Update docker-publish to v4 fix release actions
  • Loading branch information
shimwell authored Aug 25, 2023
2 parents 9b471b4 + 9911465 commit 26da137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 26da137

Please sign in to comment.