Skip to content

Commit

Permalink
Remove second image from test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed Jun 14, 2021
1 parent a3e58e9 commit d749c0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d749c0b

Please sign in to comment.