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

This commit is contained in:
Renovate Bot
2026-07-06 09:16:23 +00:00
parent 6712c1cc27
commit fd7a494552
5 changed files with 163 additions and 268 deletions
+5 -5
View File
@@ -25,16 +25,16 @@ jobs:
apk add --no-cache nodejs npm git
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- 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