Try to fix gitea actions
Some checks failed
release / Build and push Docker image (push) Failing after 2m43s
Some checks failed
release / Build and push Docker image (push) Failing after 2m43s
This commit is contained in:
@@ -36,12 +36,10 @@ jobs:
|
|||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot
|
images: git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot
|
||||||
- name: Build and push Docker image
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
# tags: git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot${{gitea.sha}},git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot:latest
|
tags: |
|
||||||
# labels: ${{ steps.meta.outputs.labels }}
|
git.mahdium.ir/mahdium/cats-of-mastodon-telegram-bot:latest
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
Reference in New Issue
Block a user