mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 07:55:27 +02:00
use variables in actions to make it easier for forks to test
This commit is contained in:
parent
b50e6d5cc5
commit
f1883b194a
2 changed files with 3 additions and 3 deletions
|
@ -40,5 +40,5 @@ jobs:
|
|||
build-args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/plankanban/planka:base-latest
|
||||
ghcr.io/plankanban/planka:base-${{ env.ALPINE_VERSION }}
|
||||
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-latest
|
||||
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-${{ env.ALPINE_VERSION }}
|
||||
|
|
|
@ -11,7 +11,7 @@ on:
|
|||
branches: [master]
|
||||
|
||||
env:
|
||||
REGISTRY_IMAGE: ghcr.io/plankanban/planka
|
||||
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue