diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 32b22a28..04cd7b18 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -26,14 +26,14 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v5 - with: - context: . - push: false - tags: | - dragon-bot/dale-bot:latest - dragon-bot/dale-bot:${{ gitea.run_id }} + - name: Build and push + uses: docker/build-push-action@v5 + with: + context: . + push: false + tags: | + dragon-bot/dale-bot:latest + dragon-bot/dale-bot:${{ gitea.run_id }} # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." # - run: echo "🖥️ The workflow is now ready to test your code on the runner." # - name: List files in the repository