Remove date
This commit is contained in:
parent
37ad838a1f
commit
ca24782b09
1 changed files with 1 additions and 4 deletions
|
@ -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 }}
|
||||
tags: 42 latest 42-${{ env.NOW }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue