We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8936964 commit 5cd1317Copy full SHA for 5cd1317
.github/workflows/build-base.yml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Build and push Docker image
33
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
34
with:
35
context: .
36
file: Dockerfile.base
.github/workflows/build-latest.yml
file: Dockerfile.latest
0 commit comments