We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3829cb commit f5841c9Copy full SHA for f5841c9
.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