Update .forgejo/workflows/build.yml
All checks were successful
/ build (push) Successful in 53s

This commit is contained in:
Astra 2025-07-03 15:45:10 +02:00
parent 4f94ea647c
commit ce0709f72d

View file

@ -17,8 +17,8 @@ jobs:
- name: Set up Docker Build Push Action
uses: https://github.com/docker/build-push-action@v2
with:
tags:
- git.zio.sh/astra/bsky2tg:latest
- git.zio.sh/astra/bsky2tg:${{ github.sha }}
tags: |
git.zio.sh/astra/bsky2tg:latest
git.zio.sh/astra/bsky2tg:${{ github.sha }}
push: true
load: false