Skip to content

Commit 62a0704

Browse files
authored
Merge pull request #2 from zeepkist/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents fdb5fcc + f67be81 commit 62a0704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "REPO_NAME=$repo_name_lowercase" >> $GITHUB_ENV
3737
3838
- name: Build and push
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
file: ./Dockerfile

0 commit comments

Comments
 (0)