Skip to content

Commit d86b5ce

Browse files
committed
Add postgres image to test
1 parent 9594045 commit d86b5ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
run: docker pull hello-world:latest && docker tag hello-world:latest ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}}
3131
- name: push hello world image
3232
run: docker push ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}}
33+
- name: tag postgres image
34+
run: docker pull postgres-11-alpine && docker tag postgres-11-alpine ghcr.io/nodefactoryio/github-packages-cleanup-sample-2:${{github.sha}}
35+
- name: push postgres image
36+
run: docker push ghcr.io/nodefactoryio/github-packages-cleanup-sample-2":${{github.sha}}
3337
- name: Run cleanup action
3438
uses: ./
3539
id: deleted-packages

0 commit comments

Comments
 (0)