diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 49a9e1f..9b5e2a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,5 +38,5 @@ jobs: tags: | ${{env.IMAGE_NAME}}:${{ github.ref_name }} ${{env.IMAGE_NAME}}:latest - ghcr.io/${{ github.repository_owner }}/adam:${{ github.event.release.tag_name }} + ghcr.io/${{ github.repository_owner }}/adam:${{ github.ref_name }} ghcr.io/${{ github.repository_owner }}/adam:latest