From 3b8a4cc46e7d200bdd9813478e42b4d5c4dab33e Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Mon, 13 May 2024 16:52:10 +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 e569d39..d8fa7d3 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: postgres diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 28efd3d..21d58d4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,7 +14,7 @@ jobs: latest: false - postgresql_version: 14 latest: false - 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"