Merge branch 'main' into feat/nix-nix-nix

This commit is contained in:
Storm
2025-03-29 23:03:25 +01:00
3 changed files with 90 additions and 42 deletions
+2 -2
View File
@@ -17,12 +17,12 @@ jobs:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Get image repository
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/the-programmers-hangout/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
run: echo IMAGE_REPOSITORY=$(echo ghcr.io/${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Login to registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: the-programmers-hangout
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6