From 90bfa21fe713e2a344f0fbdc74c4fa10cef035a5 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 15 Oct 2024 11:20:01 +0200 Subject: [PATCH] fixed steps --- .gitea/workflows/image-build.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/image-build.yaml b/.gitea/workflows/image-build.yaml index 63f2b01..7f9269c 100644 --- a/.gitea/workflows/image-build.yaml +++ b/.gitea/workflows/image-build.yaml @@ -6,15 +6,15 @@ on: jobs: lint-test: runs-on: ubuntu-latest -steps: - - uses: actions/checkout@v3 - name: Check out code + steps: + - uses: actions/checkout@v3 + name: Check out code - - uses: mr-smithers-excellent/docker-build-push@v6 - name: Build & push Docker image - with: - image: azure-agent - registry: repo.rre.nu - dockerfile: Containerfile - username: ${{ secrets.REPO_USERNAME }} - password: ${{ secrets.REPO_PASSWORD }} + - uses: mr-smithers-excellent/docker-build-push@v6 + name: Build & push Docker image + with: + image: azure-agent + registry: repo.rre.nu + dockerfile: Containerfile + username: ${{ secrets.REPO_USERNAME }} + password: ${{ secrets.REPO_PASSWORD }}