Skip to content

Commit

Permalink
Merge pull request #141 from ImperialCollegeLondon/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
2 parents e2b823e + 4f5aacb commit 01ac3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 01ac3fb

Please sign in to comment.