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 4a3c46e commit e9594bcCopy full SHA for e9594bc
.github/workflows/test.yaml
@@ -22,6 +22,10 @@ jobs:
22
username: ${{ github.repository_owner }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
registry: ghcr.io
25
+ - name: Install dependecies
26
+ run: yarn run install
27
+ - name: Build
28
+ run: yarn run build
29
- name: tag hello world image
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
0 commit comments