Skip to content

Commit

Permalink
Upgrade docker/build-push-action (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson authored Aug 11, 2023
1 parent b135766 commit ebedf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v4
with:
context: .
push: ${{ steps.login.outcome != 'skipped' }}
Expand Down

0 comments on commit ebedf26

Please sign in to comment.