Skip to content

Commit 099daa0

Browse files
authored
Merge pull request #3 from toolforge/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 43470cb + e6efd34 commit 099daa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build and push
4141
id: docker_build
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
context: images/${{ inputs.imagename }}

0 commit comments

Comments
 (0)