Merge pull request #115 from Routstr/shroominic-patch-1

fix container.yml
This commit is contained in:
shroominic
2025-08-10 13:49:06 -03:00
committed by GitHub
+2 -4
View File
@@ -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