Skip to content

Commit

Permalink
chore: setup develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Oct 9, 2024
1 parent 1472fe7 commit 4b33f81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- develop
- release
tags: ["v*"]

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4b33f81

Please sign in to comment.