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.
2 parents 5e74330 + 2032ed0 commit d559121Copy full SHA for d559121
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v3
25
26
- name: Build container image
27
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
28
with:
29
context: .
30
file: Dockerfile
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
password: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Build and push image
44
45
46
47
0 commit comments