Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Oct 29, 2023
1 parent f7ddf4c commit 3acc4ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 3acc4ee

Please sign in to comment.