mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
don't update 'latest' for incremental builds - only for actual version releases
This commit is contained in:
parent
5c54d770c4
commit
92c558d0b3
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
if: (!startsWith(github.ref, 'refs/tags/'))
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:latest
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:nightly-${{ github.sha }}
|
||||
context: ${{github.workspace}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
push: true
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.ref_name }}
|
||||
tags: ghcr.io/ravenscroftj/turbopilot:${{ github.ref_name }}, ghcr.io/ravenscroftj/turbopilot:latest
|
||||
context: ${{github.workspace}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user