Skip to content

Commit

Permalink
Add workflows, testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 5, 2024
1 parent 9d72723 commit b63a337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT

- name: Install deps
run: npm install

- name: Build container
run: make

# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
# with:
# registry: ghcr.io
Expand All @@ -48,6 +42,12 @@ jobs:
access_token_lifetime: 900s
create_credentials_file: true

- name: Install deps
run: npm install

- name: Build container
run: make

# - name: Login to Artifact Registry
# uses: docker/login-action@v1
# with:
Expand Down

0 comments on commit b63a337

Please sign in to comment.