revert back to container.image explicite declaration
All checks were successful
Main / build (push) Successful in 9m18s
All checks were successful
Main / build (push) Successful in 9m18s
This commit is contained in:
parent
b216b85160
commit
71f7593ad5
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user