Skip to content

Commit

Permalink
docker hub build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Jan 22, 2023
1 parent dabe7f8 commit fa85847
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_docker_hub_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: select satellite
run: earthly sat select venus

- name: setup qemu
uses: docker/setup-qemu-action@v2

- name: setup docker buildx
uses: docker/setup-buildx-action@v2

- name: docker login
run: docker login --username kickable --password "${{ secrets.DOCKER_HUB }}"

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release_docker_hub_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: select satellite
run: earthly sat select moon

- name: setup qemu
uses: docker/setup-qemu-action@v2

- name: setup docker buildx
uses: docker/setup-buildx-action@v2

- name: docker login
run: docker login --username kickable --password "${{ secrets.DOCKER_HUB }}"

Expand Down

0 comments on commit fa85847

Please sign in to comment.