4 Commits

Author SHA1 Message Date
ea9e9556f4 scope docker credentials
Some checks failed
Build & Release / build-docker-image (push) Successful in 2m39s
Build & Release / deploy-to-production (push) Failing after 6s
2026-02-24 20:12:53 +01:00
0d45b21bce Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 46s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:31:17 +01:00
3af5f8ff61 Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 46s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:26:28 +01:00
bf939790c0 Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 47s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:24:23 +01:00

View File

@@ -7,7 +7,7 @@ on:
env: env:
ENDPOINT: services-3 ENDPOINT: services-3
STACK: mastodon STACK: mastodon
IMAGE: john/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: