Update .gitea/workflows/build.yml

This commit is contained in:
Max W. 2023-12-08 11:11:43 +00:00
parent 27914490be
commit c6734a01b1

View File

@ -38,7 +38,7 @@ jobs:
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin -y
build-image:
build-image:
runs-on: ubuntu-22.04
steps:
- name: Build Docker image
@ -49,7 +49,7 @@ build-image:
- name: Log in to Gitea Docker Registry
run: echo ${{ secrets.GITEAREGISTRYTOKEN }} | docker login -u ${{ secrets.GITEAREGISTRYUSERNAME }} --password-stdin https://git.walzen665.de
push-image:
push-image:
runs-on: ubuntu-22.04
steps:
- name: Push Docker Image to Gitea