Minor fix
All checks were successful
release / Build and push Docker image (push) Successful in 2m58s

This commit is contained in:
2025-01-04 17:44:45 +03:30
parent cc8d5cb235
commit e842b5129f

View File

@@ -21,16 +21,18 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@3 uses: docker/login-action@v3
with: with:
registry: git.mahdium.ir registry: git.mahdium.ir
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Extract Docker metadata - name: Extract Docker metadata
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
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 Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: