chore(deps): update all-major-updates
Build and Push Docker Image / build (pull_request) Failing after 1m3s

This commit is contained in:
Renovate Bot
2026-04-20 09:15:12 +00:00
parent 6712c1cc27
commit 2275c060d5
4 changed files with 118 additions and 223 deletions
+4 -4
View File
@@ -28,13 +28,13 @@ jobs:
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4
with:
platforms: linux/amd64,linux/arm64
- name: Log in to Container Registry
if: gitea.event_name != 'pull_request'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: gitea.chaosdev.gay
username: ${{ gitea.actor }}
@@ -42,7 +42,7 @@ jobs:
- name: Extract metadata (tags, labels)
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: gitea.chaosdev.gay/${{ gitea.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
@@ -54,7 +54,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ./Dockerfile