ci: attempt to get cache working
Some checks failed
Container build / container-build (push) Has been cancelled
Some checks failed
Container build / container-build (push) Has been cancelled
This commit is contained in:
parent
8c13f219b5
commit
5c7db03b32
@ -5,6 +5,8 @@ jobs:
|
||||
container-build:
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v4
|
||||
@ -24,5 +26,4 @@ jobs:
|
||||
context: .
|
||||
file: ./Containerfile
|
||||
push: true
|
||||
tags: |
|
||||
git.plabble.org/job79/dev:latest
|
||||
tags: git.plabble.org/job79/dev:latest
|
||||
|
Loading…
Reference in New Issue
Block a user