fix: use previous git context in build and push action
All checks were successful
Build Image for Deployment / build (push) Successful in 5m7s

This commit is contained in:
Sirius 2024-06-16 23:04:35 +02:00
parent 20b58e52bc
commit 1ca85c6ea0
Signed by: Sirius
GPG key ID: 672CBCB42D6BA536

View file

@ -21,11 +21,9 @@ jobs:
username: alice-bot
password: ${{ secrets.GT_TOKEN }}
- run: |
echo "Building tag ${{ gitea.ref_name }} | ${{ env.GITHUB_REF_NAME }}"
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: git.rabbithole.cyou/paravielfalt/mastodon:${{ gitea.ref_name }}