We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9594045 commit d86b5ceCopy full SHA for d86b5ce
.github/workflows/test.yaml
@@ -30,6 +30,10 @@ jobs:
30
run: docker pull hello-world:latest && docker tag hello-world:latest ghcr.io/nodefactoryio/github-packages-cleanup-sample:${{github.sha}}
31
- name: push hello world image
32
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}}
37
- name: Run cleanup action
38
uses: ./
39
id: deleted-packages
0 commit comments