Skip to content

Commit

Permalink
Merge pull request #824 from 0xPolygonID/fix_dockerhub_actions
Browse files Browse the repository at this point in the history
fix: dockerhub actions
  • Loading branch information
martinsaporiti authored Oct 18, 2024
2 parents d757149 + 2dcdc02 commit 361ea73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerhub-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dockerhub-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 361ea73

Please sign in to comment.