fix: github actions work this time?

This commit is contained in:
Aarnav Tale 2024-06-02 14:33:43 -04:00
parent 896aaad61e
commit f82244f85a
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=nightly
- name: Build and push Docker image
uses: docker/build-push-action@v5

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
users: actions/checkout@v4
uses: actions/checkout@v4
- name: Install node.js
uses: actions/setup-node@v4