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