diff --git a/.gitea/workflows/docker-build-dev.yaml b/.gitea/workflows/docker-build-dev.yaml index efa7945..382d63f 100644 --- a/.gitea/workflows/docker-build-dev.yaml +++ b/.gitea/workflows/docker-build-dev.yaml @@ -17,20 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - - run: | - echo $RELEASE_VERSION - echo '${{ env.RELEASE_VERSION }}' > ./public/version.txt - - - name: Cache Docker layers - uses: actions/cache@v4 - with: - path: ~/.cache/docker-ci - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- - - uses: docker/setup-buildx-action@v1 - uses: docker/login-action@v3