Skip to content

Commit b8a987b

Browse files
authored
Merge pull request #67 from rafsaf/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents edd212b + b8acc6b commit b8a987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.DOCKER_PASS }}
3030

3131
- name: Build and push image
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
file: Dockerfile
3535
push: true

0 commit comments

Comments
 (0)