Skip to content

Commit

Permalink
Add postgres image to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric committed May 31, 2021
1 parent 9594045 commit d86b5ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ 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-11-alpine && docker tag postgres-11-alpine 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 d86b5ce

Please # to comment.