Skip to content

Commit e16d83c

Browse files
committed
.github/workflows/docker: need to checkout repo
1 parent 36fe7bf commit e16d83c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ jobs:
99
main:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up QEMU
13-
uses: docker/setup-qemu-action@v1
14-
- name: Set up Docker Buildx
15-
uses: docker/setup-buildx-action@v1
16-
- name: Login to GCHR
17-
uses: docker/login-action@v1
18-
with:
19-
registry: ghcr.io
20-
username: void-robot
21-
password: ${{ secrets.CR_PAT }}
2212
- name: Set version
2313
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
14+
15+
- name: Checkout repo
16+
uses: classabbyamp/treeless-checkout-action@v1
17+
2418
- name: Docker metadata
2519
id: meta
2620
uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)