diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d7c8f1c9..b3495f0f 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -25,13 +25,11 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Lowercase and set image tag - run: echo "IMAGE_TAG=ghcr.io/$(echo $GITHUB_REPOSITORY | tr '[:upper:]' '[:lower:]'):latest" >> $GITHUB_ENV - - name: Build and push Docker image uses: docker/build-push-action@v4 with: context: . push: true tags: | - ${{ env.IMAGE_TAG }} + ghcr.io/routstr/proxy:latest + ghcr.io/routstr/core:latest