Skip to content

feat: remove argocd app, update CI #1

feat: remove argocd app, update CI

feat: remove argocd app, update CI #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
concurrency: deploy
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
uses: docker/build-push-action@v5
with:
push: true
secrets: NPM_TOKEN=${{ github.token }}
tags: |
ghcr.io/liqwid-labs/round-table:${{ github.sha }}
ghcr.io/liqwid-labs/round-table:latest