Skip to content

Commit

Permalink
Added check out the repo step back to github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Nov 24, 2024
1 parent d433165 commit f4b0be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
name: Push Docker image to drydockcloud/ci-cypress in Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit f4b0be1

Please sign in to comment.