add missing checkout step
This commit is contained in:
parent
2cde308d43
commit
05b5d46f50
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
name: Build and Publish
|
name: Build and Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: Login to ghcr.io
|
- name: Login to ghcr.io
|
||||||
|
|
Loading…
Reference in a new issue