Skip to content

Commit

Permalink
Updates to deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alle committed May 1, 2024
1 parent 0cd1b31 commit 05b777f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-falcons-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hasura-ndc-neo4j": patch
---

"Updates to deployment process"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.TEAM_GRAPHQL_USERNAME }}
password: ${{ secrets.TEAM_GRAPHQL_PERSONAL_ACCESS_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 05b777f

Please sign in to comment.