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:
|
||||
types: [published]
|
||||
|
||||
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.bruyant.xyz
|
||||
IMAGE_NAME: ${{ gitea.repository }}
|
||||
@ -16,6 +14,8 @@ env:
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
Loading…
Reference in New Issue
Block a user