Update .gitea/workflows/docker-image-linux.yml
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 4m10s
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 4m10s
This commit is contained in:
@@ -10,12 +10,13 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.sjs.io
|
|
||||||
IMAGE_NAME: rocky-dev
|
IMAGE_NAME: rocky-dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
REGISTRY: ${{ runner.labels.filter(l => l.startsWith('registry=')).map(l => l.split('=')[1]).first() || 'gitea.sjs.io' }}
|
||||||
container:
|
container:
|
||||||
image: gitea/runner-images:ubuntu-latest
|
image: gitea/runner-images:ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user