first commit

This commit is contained in:
2025-11-21 18:57:56 -08:00
parent 45795d8614
commit 40c2e97e1c

View File

@@ -1,17 +1,17 @@
name: Build and Push Docker Image
on:
workflow_dispatch:
push:
branches:
- main
workflow_dispatch:
push:
branches:
- main
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository