Updated build pipeline
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s

This commit is contained in:
Klas Broberg 2025-09-15 13:48:58 +02:00
parent 4123ec4ef3
commit 5d3c9b4dd8

View File

@ -11,14 +11,17 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to Docker registry
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
registry: git.pitan.net
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: git.pitan.net # Your Gitea registry URL
username: klas
password: ${{ secrets.TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with: