Skip to content

🎨 Palette: Add loading state to login button #10

🎨 Palette: Add loading state to login button

🎨 Palette: Add loading state to login button #10

Workflow file for this run

name: Docker Image Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and export
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false