revert back to container.image explicite declaration
All checks were successful
Main / build (push) Successful in 9m18s

This commit is contained in:
RouxAntoine 2024-08-29 23:11:35 +02:00
parent b216b85160
commit 71f7593ad5
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -10,9 +10,11 @@ env:
jobs:
build:
if: "contains(github.event.head_commit.message, 'CI') != true"
if: "contains(github.event.head_commit.message, '[CI]:') != true"
runs-on: docker
container:
image: catthehacker/ubuntu:act-22.04
steps:
- uses: RouxAntoine/checkout@v4.1.8
with:
@ -45,4 +47,4 @@ jobs:
- name: Push changelog
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "CI: Push updated changelog"
commit_message: "[CI]: Push updated changelog"