Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Jun 24, 2024
1 parent 88af010 commit b6dd07a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/self_hosted_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ jobs:
runs-on: arc-runner-set
steps:
- run: echo "🎉 This job uses runner scale set runners!"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit b6dd07a

Please sign in to comment.