We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d91197 commit 698fe47Copy full SHA for 698fe47
.github/workflows/publish-docker.yml
@@ -59,7 +59,7 @@ jobs:
59
password: ${{ secrets.DOCKERHUB_TOKEN }}
60
61
- name: Build docker image
62
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
63
with:
64
build-args: GITLINT_VERSION=${{ inputs.gitlint_version }}
65
tags: jorisroovers/gitlint:${{ steps.set_tag.outputs.docker_image_tag }}
@@ -72,7 +72,7 @@ jobs:
72
73
# This won't actually rebuild the docker image, but just push the previously built and cached image
74
- name: Push docker image
75
76
77
push: ${{ inputs.push_to_dockerhub }}
78
0 commit comments