This commit is contained in:
2025-12-04 17:58:03 -06:00
parent 294afdb11b
commit 037d747a91

View File

@@ -17,24 +17,17 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Checkout repo
- name: Checkout repo
uses: actions/checkout@v4
-
name: Set up Docker buildx
uses: docker/setup-buildx-action@v3
-
name: Log in to Github Container Registry
- name: Log in to Github Container Registry
uses: docker/login-action@v3
with:
registry: git.epenguin.net
username: ${{ gitea.actor }}
password: ${{ secrets.CI_TOKEN }}
-
name: Build and push
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true