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