From e9d8c1a3831d0541367e33bf7752e6093601e9f8 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 20 Jan 2024 21:26:57 +0100 Subject: [PATCH] build and push docker image --- .gitea/workflows/build.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a183d74..bdc2a4a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,10 +19,8 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Debug - shell: bash - run: echo $GITHUB_REPOSITORY - - - name: Debug - shell: bash - run: echo $GITEA_REPOSITORY + - name: Build and push + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # 5.1.0 + with: + push: true + tags: $GITHUB_REPOSITORY:latest