diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 266db62c5..9520c5335 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,9 @@ jobs: DOCKER_REGISTRY: ghcr.io DOCKER_IMAGE_BASE: ${{ github.repository }} steps: + - name: Check out the repo + uses: actions/checkout@v2 + - name: GUI image tags & labels id: meta-gui uses: docker/metadata-action@v3