Add CI #1

Merged
evanespen merged 72 commits from testing-ci into main 2025-11-20 20:28:21 +00:00
Showing only changes of commit 5d0329d6c5 - Show all commits

View File

@@ -10,8 +10,8 @@ jobs:
# uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
# with: with:
# endpoint: unix:///var/run/docker.sock endpoint: tcp://127.0.0.1:2376
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6 # uses: docker/build-push-action@v6
# with: # with: