Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing authored Aug 15, 2023
1 parent 8ff4b5d commit 194da55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
- uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install Dependencies
Expand All @@ -35,6 +35,9 @@ jobs:
- name: Publish Docker Image
run: |
docker push "$REGISTRY_HOSTNAME"/cytoid/"$IMAGE"
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Publish
uses: cloudflare/pages-action@1
with:
Expand Down

0 comments on commit 194da55

Please sign in to comment.