We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2227d commit 79794d5Copy full SHA for 79794d5
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "container_without_tag=ghcr.io/${REPO}" >> $GITHUB_OUTPUT
51
52
- name: Build and push Docker image
53
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
54
with:
55
file: Dockerfile
56
push: true
0 commit comments