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:
|
container-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -24,5 +26,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Containerfile
|
file: ./Containerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: git.plabble.org/job79/dev:latest
|
||||||
git.plabble.org/job79/dev:latest
|
|
||||||
|
Loading…
Reference in New Issue
Block a user