From d749c0b1fc575f5ce45947a7212689761df7bf79 Mon Sep 17 00:00:00 2001 From: Nikola Date: Mon, 14 Jun 2021 15:14:22 +0200 Subject: [PATCH] Remove second image from test --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e220047..c36ebff 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,10 +29,6 @@ jobs: run: docker pull hello-world:latest && docker tag hello-world:latest ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}} - name: push hello world image run: docker push ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}} - - name: tag postgres image - run: docker pull postgres:latest && docker tag postgres:latest ghcr.io/nodefactoryio/github-packages-cleanup-sample-2:${{github.sha}} - - name: push postgres image - run: docker push ghcr.io/nodefactoryio/github-packages-cleanup-sample-2:${{github.sha}} - name: Run cleanup action uses: ./ id: deleted-packages