Skip to content

Commit 01ac3fb

Browse files
Merge pull request #141 from ImperialCollegeLondon/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents e2b823e + 4f5aacb commit 01ac3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
images: ghcr.io/${{ github.repository }}
4646
- name: Build and push Docker image
47-
uses: docker/build-push-action@v4
47+
uses: docker/build-push-action@v5
4848
with:
4949
push: true
5050
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)