use variables in actions to make it easier for forks to test

pull/680/head
Gavin Mogan 2 years ago
parent b50e6d5cc5
commit f1883b194a

@ -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…
Cancel
Save