fix
This commit is contained in:
parent
104aa447cc
commit
953a7d3f1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coolify-realtime-next.yml
vendored
2
.github/workflows/coolify-realtime-next.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
run: |
|
||||
echo "VERSION=$(docker run --rm -v "$(pwd):/app" -w /app ghcr.io/jqlang/jq:latest '.coolify.realtime.version' versions.json)"|xargs >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and Push Image
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue