Adding checkout step again because Dockerfile was not found
This commit is contained in:
parent
8ad2eb5000
commit
550637f483
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -7,6 +7,7 @@ jobs:
|
|||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Hub
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue