Skip to content

Commit

Permalink
Restore checkout action, needed for yaml access
Browse files Browse the repository at this point in the history
  • Loading branch information
akohler committed Aug 23, 2024
1 parent dafcab3 commit 48e9a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build_for_docker_hub:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

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

Expand Down

0 comments on commit 48e9a45

Please sign in to comment.