Skip to content

Commit

Permalink
chore: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Mar 15, 2024
1 parent d858ffe commit a8ae391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/tender-zebras-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@gateweaver/cli": patch
"@gateweaver/policies": patch
"@gateweaver/server": patch
"@gateweaver/utils": patch
---

Update packages
2 changes: 1 addition & 1 deletion .github/actions/publish-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: ${{ inputs.REGISTRY }}
username: ${{ github.actor }}
password: ${{ inputs.GITHUB_TOKEN }}

Expand Down

0 comments on commit a8ae391

Please sign in to comment.