Skip to content

Commit

Permalink
Merge pull request #203 from Brixel/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
vyruz1986 authored Oct 7, 2023
2 parents c7ebfee + 4520e04 commit 8c3d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITVERSION_SEMVER: ${{ steps.gitversion.outputs.semVer }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 8c3d359

Please sign in to comment.