We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6aaab commit b848c9bCopy full SHA for b848c9b
.github/workflows/docker-builds.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build and Publish to Docker Hub
37
# publish master
38
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
39
# https://github.com/docker/build-push-action#cache-to-registry
40
with:
41
build-args: |
0 commit comments