diff --git a/.github/workflows/image_build.yml b/.github/workflows/image_build.yml index 7c5e73f..c442e24 100644 --- a/.github/workflows/image_build.yml +++ b/.github/workflows/image_build.yml @@ -37,5 +37,5 @@ jobs: context: . file: aprsc.dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:aprsc labels: ${{ steps.meta.outputs.labels }}