We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fe7bf commit e16d83cCopy full SHA for e16d83c
.github/workflows/docker.yml
@@ -9,18 +9,12 @@ jobs:
9
main:
10
runs-on: ubuntu-latest
11
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 }}
22
- name: Set version
23
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
+
+ - name: Checkout repo
+ uses: classabbyamp/treeless-checkout-action@v1
24
- name: Docker metadata
25
id: meta
26
uses: docker/metadata-action@v4
0 commit comments