We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324dc2b commit 1729ebdCopy full SHA for 1729ebd
.github/workflows/docker-builds.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
username: ${{ secrets.DOCKER_USERNAME }}
40
password: ${{ secrets.DOCKER_PASSWORD }}
41
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
42
# https://github.com/docker/build-push-action#cache-to-registry
43
44
build-args: |
0 commit comments