Skip to content

Commit

Permalink
ci: Setup Docker QEMU (#60)
Browse files Browse the repository at this point in the history
* ci: Setup Docker QEMU

* chore: Increment package.json version
  • Loading branch information
alexluong authored Jul 12, 2023
1 parent ffc7b2c commit 6f0f350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin
- name: Set up Docker QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookdeck-cli",
"version": "0.8.4",
"version": "0.8.5",
"description": "Hookdeck CLI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f0f350

Please sign in to comment.