diff --git a/.gitea/workflows/update_readme.yml b/.gitea/workflows/update_readme.yml index 1fee102..09a67b4 100644 --- a/.gitea/workflows/update_readme.yml +++ b/.gitea/workflows/update_readme.yml @@ -30,10 +30,3 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_PASSWORD }} repository: davidquinonescl/hyperion-docker - - name: Build and push - uses: https://github.com/docker/build-push-action@v5 - with: - context: . - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }}