Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
ea9e9556f4
|
|||
|
0d45b21bce
|
|||
|
3af5f8ff61
|
|||
|
bf939790c0
|
|||
|
6a0b836c0f
|
@@ -7,7 +7,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
ENDPOINT: services-3
|
ENDPOINT: services-3
|
||||||
STACK: mastodon
|
STACK: mastodon
|
||||||
IMAGE: mastodon/mastobot
|
IMAGE: docker/mastobot
|
||||||
TAG: ${{ gitea.ref_name }}
|
TAG: ${{ gitea.ref_name }}
|
||||||
CACHE_NAME: cache-python-dependencies-mastobot
|
CACHE_NAME: cache-python-dependencies-mastobot
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
@@ -31,6 +31,8 @@ jobs:
|
|||||||
registry: ${{ secrets.DOCKER_REGISTRY }}
|
registry: ${{ secrets.DOCKER_REGISTRY }}
|
||||||
username: ${{ secrets.DOCKER_REGISTRY_USER }}
|
username: ${{ secrets.DOCKER_REGISTRY_USER }}
|
||||||
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
||||||
|
scope: ${{secrets.DOCKER_REGISTRY}}/${{env.IMAGE}}@push
|
||||||
|
logout: true
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user