From ad22e5dcbc5fb27ccdc63bd1a0e68fc98026951f Mon Sep 17 00:00:00 2001 From: i0n Date: Wed, 11 Sep 2024 12:49:33 +0100 Subject: [PATCH] chore: setup develop branch --- .github/workflows/docker-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fd89ed95..3e07b92b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - develop - release tags: ["v*"] @@ -19,7 +20,7 @@ jobs: id: docker_meta uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5 with: - images: ghcr.io/edgeandnode/graph-gateway + images: ghcr.io/graphops/graph-gateway tags: | type=ref,event=tag type=sha @@ -28,7 +29,7 @@ jobs: uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 with: registry: ghcr.io - username: ${{ github.repository_owner }} + username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image