Skip to content

Commit 8543e89

Browse files
authored
Merge pull request #168 from HelgeGehring/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 17b5f43 + 96bd83f commit 8543e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3131
- name: Build and push Docker image
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
file: .docker/Dockerfile

0 commit comments

Comments
 (0)