From e4b2d04c7ba4fd3a5324787d795777255310b201 Mon Sep 17 00:00:00 2001 From: matsewe Date: Wed, 3 Jul 2024 18:13:16 +0200 Subject: [PATCH] tidy up action --- .gitea/workflows/build-push-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-push-image.yml b/.gitea/workflows/build-push-image.yml index d9f1a4f..8ae77a4 100644 --- a/.gitea/workflows/build-push-image.yml +++ b/.gitea/workflows/build-push-image.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 - with: # replace it with your local IP + with: config-inline: | [registry."git.matsewe.de"] http = true @@ -32,7 +32,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v2 with: - registry: git.matsewe.de # replace it with your local IP + registry: git.matsewe.de username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -50,6 +50,6 @@ jobs: platforms: | linux/amd64 push: true - tags: | # replace it with your local IP and tags + tags: | git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} git.matsewe.de/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file