diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a21cf05..7da1d45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,5 @@ jobs: with: context: ./a4-lb push: true - tags: | - ghcr.io/${{ github.repository_owner }}/$(basename ${{ github.repository }}):${{ github.ref_name }} + tags: ghcr.io/${{ github.repository_owner }}/awe4lb:${{ github.ref_name }} file: Dockerfile \ No newline at end of file