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:
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.sjs.io
|
||||
IMAGE_NAME: rocky-dev
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
REGISTRY: ${{ runner.labels.filter(l => l.startsWith('registry=')).map(l => l.split('=')[1]).first() || 'gitea.sjs.io' }}
|
||||
container:
|
||||
image: gitea/runner-images:ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user