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 e626cc9b76 - Show all commits

View File

@@ -6,17 +6,19 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code # - name: Check out repository code
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: DEBUG
run: ls /run; ls /run/user; ls /run/user/1000
- 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:///run/user/1000/docker.sock endpoint: unix:///run/user/1000/docker.sock
- name: Build and push # - name: Build and push
uses: docker/build-push-action@v6 # uses: docker/build-push-action@v6
with: # with:
push: true # push: true
tags: evanespen/blog:latest # tags: evanespen/blog:latest
# - name: Build image # - name: Build image
# run: buildah build -f Dockerfile -t blog # run: buildah build -f Dockerfile -t blog
# - name: Log in to registry # - name: Log in to registry