diff --git a/.github/workflows/scheduler-build-api-server.yml b/.github/workflows/scheduler-build-api-server.yml index 6a01bf5..1fc136a 100644 --- a/.github/workflows/scheduler-build-api-server.yml +++ b/.github/workflows/scheduler-build-api-server.yml @@ -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 \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file