diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index 26d51cb..95b8392 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-gatus.yml b/.github/workflows/release-gatus.yml index 29717b2..831c754 100644 --- a/.github/workflows/release-gatus.yml +++ b/.github/workflows/release-gatus.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-imgproxy.yml b/.github/workflows/release-imgproxy.yml index bd6d4f1..dd76c1d 100644 --- a/.github/workflows/release-imgproxy.yml +++ b/.github/workflows/release-imgproxy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index 92b1f2d..b7f0046 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-traefik.yaml b/.github/workflows/release-traefik.yaml index a55b7ec..a00ec54 100644 --- a/.github/workflows/release-traefik.yaml +++ b/.github/workflows/release-traefik.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release-vigil.yml b/.github/workflows/release-vigil.yml index 7a0c474..2fcb470 100644 --- a/.github/workflows/release-vigil.yml +++ b/.github/workflows/release-vigil.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Build and push Docker image (multi-arch) - uses: RevoTale/docker-multi-arch-release-action@v1.1.0 + uses: RevoTale/docker-multi-arch-release-action@v1.2.0 with: registry: ${{ env.REGISTRY }} platforms: linux/amd64,linux/arm64 diff --git a/traefik/Dockerfile b/traefik/Dockerfile index f0b9844..36514e5 100644 --- a/traefik/Dockerfile +++ b/traefik/Dockerfile @@ -1,3 +1,3 @@ -FROM traefik:v3.6.8 +FROM traefik:v3.6.9 COPY traefik.yml /etc/traefik/ COPY file.yml /etc/traefik/