Change container image
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 9s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 9s
This commit is contained in:
parent
2bffbb067c
commit
b97f805292
@ -7,8 +7,6 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.bruyant.xyz
|
REGISTRY: gitea.bruyant.xyz
|
||||||
IMAGE_NAME: ${{ gitea.repository }}
|
IMAGE_NAME: ${{ gitea.repository }}
|
||||||
@ -16,6 +14,8 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
Loading…
Reference in New Issue
Block a user