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 8213c13 commit 84eaa25Copy full SHA for 84eaa25
.github/workflows/docker.yml
@@ -46,7 +46,7 @@ jobs:
46
password: ${{ secrets.DOCKER_TOKEN }}
47
48
- name: Build and push
49
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
50
with:
51
context: .
52
file: Dockerfile
.github/workflows/variants.yml
@@ -52,7 +52,7 @@ jobs:
53
54
55
56
57
58
file: Dockerfile.${{ matrix.variant }}
0 commit comments