diff --git a/.github/workflows/kaas-docker-image.yml b/.github/workflows/kaas-docker-image.yml index acabeeb4..232f862e 100644 --- a/.github/workflows/kaas-docker-image.yml +++ b/.github/workflows/kaas-docker-image.yml @@ -13,7 +13,7 @@ jobs: name: Build & push docker image runs-on: ubuntu-latest env: - IMG_NAME: kaas-baseline + IMG_NAME: ${{ github.repository }} steps: - name: Checkout uses: actions/checkout@v3