diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 8beed78..3ebd00b 100755 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -12,6 +12,8 @@ jobs: docker: name: Build and push Docker image runs-on: ubuntu-latest + permissions: + packages: write steps: - uses: actions/checkout@v4 - name: Setup Docker Buildx @@ -34,5 +36,7 @@ jobs: with: context: . push: true - tags: git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot${{gitea.sha}},git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot:latest - #labels: ${{ steps.meta.outputs.labels }} + # tags: git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot${{gitea.sha}},git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot:latest + # labels: ${{ steps.meta.outputs.labels }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }}