Skip to content

Commit f2e02b7

Browse files
authored
Merge pull request bdovaz#245 from xoofx/dependabot/github_actions/master/docker/build-push-action-5
chore: bump docker/build-push-action from 4 to 5
2 parents 57fcd08 + 5aec8d8 commit f2e02b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4242

4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v4
44+
uses: docker/build-push-action@v5
4545
with:
4646
context: .
4747
push: true

0 commit comments

Comments
 (0)