Skip to content

Commit

Permalink
update publish docker image action
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Mar 26, 2024
1 parent 5c6854e commit e63441d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/big-monkeys-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@gateweaver/cli": patch
"@gateweaver/policies": patch
"@gateweaver/server": patch
---

Update packages
4 changes: 2 additions & 2 deletions .github/actions/publish-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ inputs:
runs:
using: "composite"
steps:
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ inputs.DOCKERHUB_USERNAME }}
password: ${{ inputs.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e63441d

Please sign in to comment.