4
Traefik / Traefik (amd64, cicd.any, bookworm trixie noble, main) (push) Successful in 2m4s
Traefik / Traefik (arm64, cicd.any, bookworm trixie noble, main) (push) Successful in 2m4s

This commit is contained in:
Cantibra
2026-07-18 15:35:12 +02:00
parent 3191102e2b
commit 76994eabf8
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Traefik [Download]
if: steps.cache-traefik.outputs.cache-hit != 'true'
run: |
/usr/bin/wget --verbose --output-document='./sources.tar.gz' 'https://github.com/traefik/traefik/releases/download/v${{ steps.environment.outputs.version }}/traefik_v${{ steps.environment.outputs.version }}_linux_${{ matrix.architecture }}.tar.gz'
/usr/bin/curl --verbose --location --output './sources.tar.gz' 'https://github.com/traefik/traefik/releases/download/v${{ steps.environment.outputs.version }}/traefik_v${{ steps.environment.outputs.version }}_linux_${{ matrix.architecture }}.tar.gz'
- name: Traefik [Extract]
if: steps.cache-traefik.outputs.cache-hit != 'true'
run: |