From 9fb4b1c7ed4197c032ea7d8c0c0d43956f9ff6af Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sat, 21 Oct 2023 17:33:39 +0200 Subject: [PATCH] Fix .yaml syntax --- .gitea/workflows/build.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c2ec395..a54ebb0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,13 +4,13 @@ on: push jobs: docker: - - name: Log in to the Container registry - uses: docker/login-action@v3 - with: - registry: registry.gitlab.com/severinkaderli/registry - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v5 - with: - tags: home.kaderli.dev \ No newline at end of file + - name: Log in to the Container registry + uses: docker/login-action@v3 + with: + registry: registry.gitlab.com/severinkaderli/registry + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + tags: home.kaderli.dev \ No newline at end of file