From 7c8dc7b168ed8b232e44d5becf2ae7c2e01664ec Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 19 Sep 2023 15:02:08 +0200 Subject: [PATCH] (CI)fix: cleanup workflows --- .github/workflows/cleanup_container_tags.yml | 2 +- .github/workflows/cleanup_untagged_containers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cleanup_container_tags.yml b/.github/workflows/cleanup_container_tags.yml index e6b94a65a..7a0c15282 100644 --- a/.github/workflows/cleanup_container_tags.yml +++ b/.github/workflows/cleanup_container_tags.yml @@ -7,7 +7,7 @@ jobs: name: Get all containers in the organization runs-on: ubuntu-latest outputs: - packages: ${{ steps.organization-containers.outputs.packages }} + packages: ${{ steps.organization_containers.outputs.packages }} steps: - name: Organization containers id: organization_containers diff --git a/.github/workflows/cleanup_untagged_containers.yml b/.github/workflows/cleanup_untagged_containers.yml index 5bdac57e1..d84729159 100644 --- a/.github/workflows/cleanup_untagged_containers.yml +++ b/.github/workflows/cleanup_untagged_containers.yml @@ -10,7 +10,7 @@ jobs: name: Get all containers in the organization runs-on: ubuntu-latest outputs: - packages: ${{ steps.organization-containers.outputs.packages }} + packages: ${{ steps.organization_containers.outputs.packages }} steps: - name: Organization containers id: organization_containers