Skip to content

Commit

Permalink
extra setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Jun 14, 2024
1 parent f040a6e commit d7e0c8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Login to Docker Hub
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit d7e0c8e

Please sign in to comment.