We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b295249 commit b8c703bCopy full SHA for b8c703b
.github/workflows/test_and_publish_docker_image.yml
@@ -45,7 +45,7 @@ jobs:
45
echo ::set-output name=tags::${TAGS}
46
47
- name: Build and push
48
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
49
with:
50
build-args: |
51
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
0 commit comments