We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 565323e + 18f873f commit f0b7321Copy full SHA for f0b7321
.github/workflows/docker.yml
@@ -40,7 +40,7 @@ jobs:
40
repo="${GITHUB_REPOSITORY,,}"
41
echo "versioned=ghcr.io/${repo}:${{ inputs.image_tag }}" >> "$GITHUB_OUTPUT"
42
echo "latest=ghcr.io/${repo}:latest" >> "$GITHUB_OUTPUT"
43
- - uses: docker/build-push-action@v6
+ - uses: docker/build-push-action@v7
44
with:
45
context: .
46
file: Dockerfile.64
0 commit comments