mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
try to fix docker release push
This commit is contained in:
parent
a34e166fd3
commit
3a2e1ab9f2
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -37,6 +37,6 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.tag }}
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.release }}
|
||||
context: ${{github.workspace}}
|
||||
platforms: linux/amd64,linux/arm64
|
Loading…
Reference in New Issue
Block a user