Change container image
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 9s

This commit is contained in:
Alexandre Bruyant 2024-01-04 20:49:22 +01:00
parent 2bffbb067c
commit b97f805292

View File

@ -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