diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 578dc50..e855711 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -33,5 +33,5 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository }}/myapp:latest - ghcr.io/${{ github.repository }}/myapp:${{ github.event.release.tag_name }} \ No newline at end of file + ghcr.io/matthewlarner/inception-mqtt:latest + ghcr.io/matthewlarner/inception-mqtt:${{ github.event.release.tag_name }} \ No newline at end of file