Move packages to ghcr

This commit is contained in:
Fergal Moran
2023-03-06 09:06:43 +00:00
parent 54b63ae965
commit 0aa6e22881

View File

@@ -24,6 +24,5 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./scheduler
file: ./scheduler/Dockerfile
push: true
tags: ghcr.io/fergalmoran/radio-otherway-scheduler:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}