fix: docker builx plugin
Pull Request CI-Frontend / Checks (pull_request) Successful in 5m47s
Pull Request CI-Frontend / Build & Push (pull_request) Failing after 34s
Pull Request CI-Backend / Checks (pull_request) Successful in 6m38s
staging/deploy PR #2 staging ready
Pull Request CI-Backend / Build & Push (pull_request) Successful in 9m12s

This commit is contained in:
2026-06-15 14:05:04 -03:00
parent f4ed4cacff
commit f1278557e2
3 changed files with 7 additions and 1 deletions
@@ -18,6 +18,9 @@ jobs:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Set up Docker Buildx
run: docker buildx create --use --bootstrap
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
echo "Generated tag: ${TAG}"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
run: docker buildx create --use --bootstrap
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
+3
View File
@@ -70,6 +70,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Docker Buildx
run: docker buildx create --use --bootstrap
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with: