Skip to content

Commit

Permalink
Merge pull request #72 from philips-labs/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
loafoe authored Mar 18, 2024
2 parents bad2943 + 408b530 commit ab7717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
images: ghcr.io/${{ github.repository }}

- name: Build and push Docker images
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit ab7717c

Please sign in to comment.