chore: Update Docker build and push actions to v6

This commit is contained in:
Andras Bacsai
2024-10-14 08:41:21 +02:00
parent 3383285415
commit de572762ec

View File

@@ -79,7 +79,7 @@ jobs:
run: |
echo "VERSION=$(docker run --rm -v "$(pwd):/app" -w /app ghcr.io/jqlang/jq:latest '.coolify.helper.version' versions.json)"|xargs >> $GITHUB_OUTPUT
- name: Build and Push Image
- name: Build and Push Image
uses: docker/build-push-action@v6
with:
context: .