diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index 23e21fe..4244a15 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -6,7 +6,6 @@ on: schedule: - cron: "0 7 * * *" - jobs: workstation: runs-on: self-hosted @@ -15,8 +14,6 @@ jobs: run: echo "NOW=$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_ENV - name: Fix for bad os check run: echo "RUNNER_OS=Linux" >> $GITHUB_ENV - - name: Echo current date - run: echo $NOW - name: Login to Forgejo Registry uses: https://cremin.dev/actions/podman-login@v1 with: @@ -75,4 +72,4 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }} image: ublue-silverblue-nvidia - tags: 42 latest 42-${{ env.NOW }} \ No newline at end of file + tags: 42 latest 42-${{ env.NOW }}