Tabs
Build & Push Docker image / build-and-push (push) Failing after 40s
ci / build_linux (push) Failing after 1m13s

This commit is contained in:
2025-11-07 21:31:19 +10:30
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -15,10 +15,10 @@ jobs:
environment: production
steps:
- name: Convert to lowercase
id: github_repository_to_lowercase
uses: step-security/change-string-case-action@v6
with:
inputStr: ${{ github.repository }} # Replace with your variable
id: github_repository_to_lowercase
uses: step-security/change-string-case-action@v6
with:
inputStr: ${{ github.repository }} # Replace with your variable
# ------------------------------------------------------------------
# 1. Checkout repository
# ------------------------------------------------------------------
+4 -4
View File
@@ -13,10 +13,10 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Convert to lowercase
id: github_repository_to_lowercase
uses: step-security/change-string-case-action@v6
with:
inputStr: ${{ github.repository }} # Replace with your variable
id: github_repository_to_lowercase
uses: step-security/change-string-case-action@v6
with:
inputStr: ${{ github.repository }} # Replace with your variable
- name: Build image
id: build