Skip to content

Commit cce7dec

Browse files
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 560d6fc commit cce7dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ github.repository }}
3535

3636
- name: Build Docker Image and Push to Container Registry
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v5
3838
with:
3939
context: .
4040
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)