Update CI
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m57s

This commit is contained in:
Evrard Van Espen
2025-11-20 13:15:24 +00:00
parent 5a09cb629d
commit 70c1381e1d

View File

@@ -6,14 +6,18 @@ 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: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# with:
# endpoint: tcp://127.0.0.1:2376
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3 uses: https://github.com/docker/setup-buildx-action@v3
- name: Build and push
uses: https://github.com/docker/build-push-action@v6
with:
context: .
push: true
pull: true
no-cache: true
tags: "${{ env.GITEA_DOMAIN }}/${{ env.GITEA_REGISTRY_USER }}/blog:${{ gitea.event.package.version }}"
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6 # uses: docker/build-push-action@v6
# with: # with: