ci: Restore latest tag
This commit is contained in:
@@ -63,6 +63,7 @@ jobs:
|
|||||||
name=ghcr.io/${{ github.repository }}
|
name=ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ steps.set-version.outputs.result }}
|
type=raw,value=${{ steps.set-version.outputs.result }}
|
||||||
|
type=raw,value=latest
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.licenses=Fair Use License
|
org.opencontainers.image.licenses=Fair Use License
|
||||||
org.opencontainers.image.url=https://planka.app
|
org.opencontainers.image.url=https://planka.app
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
planka:
|
planka:
|
||||||
image: ghcr.io/plankanban/planka:2.0.0-rc.4
|
image: ghcr.io/plankanban/planka:latest
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app/data
|
- data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user