Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0ebb992280
|
|||
|
6758d1f0bf
|
@@ -7,7 +7,7 @@ on:
|
||||
env:
|
||||
ENDPOINT: services-3
|
||||
STACK: mastodon
|
||||
IMAGE: com.devsoap/mastobot
|
||||
IMAGE: mastodon/mastobot
|
||||
TAG: ${{ gitea.ref_name }}
|
||||
CACHE_NAME: cache-python-dependencies-mastobot
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
build-docker-image:
|
||||
runs-on: node20
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-20.04
|
||||
image: catthehacker/ubuntu:act-24.04
|
||||
steps:
|
||||
- name: Checkout Docker file
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user