From 3a6c8e852d4ec9ec7649d35f5d713cbef1a08443 Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Mon, 13 May 2024 16:45:18 +0200 Subject: [PATCH] Rename actions-container-helpers to actions-helpers --- .github/workflows/container-cleanup.yml | 2 +- .github/workflows/docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-cleanup.yml b/.github/workflows/container-cleanup.yml index 4002032..852d8b8 100644 --- a/.github/workflows/container-cleanup.yml +++ b/.github/workflows/container-cleanup.yml @@ -11,6 +11,6 @@ on: jobs: untagged-cleanup: - uses: "tweedegolf/actions-container-helpers/.github/workflows/container-untagged-cleanup.yml@main" + uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main" with: package: debian diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c1eeb84..c40e30e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,7 +17,7 @@ jobs: - version: bullseye latest: false alt: oldstable - uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main" + uses: "tweedegolf/actions-helpers/.github/workflows/container-image.yml@main" with: push: ${{ github.ref == 'refs/heads/main' }} platforms: "linux/amd64,linux/arm64"