fix: use previous git context in build and push action
All checks were successful
Build Image for Deployment / build (push) Successful in 5m7s
All checks were successful
Build Image for Deployment / build (push) Successful in 5m7s
This commit is contained in:
parent
20b58e52bc
commit
1ca85c6ea0
1 changed files with 1 additions and 3 deletions
|
@ -21,11 +21,9 @@ jobs:
|
||||||
username: alice-bot
|
username: alice-bot
|
||||||
password: ${{ secrets.GT_TOKEN }}
|
password: ${{ secrets.GT_TOKEN }}
|
||||||
|
|
||||||
- run: |
|
|
||||||
echo "Building tag ${{ gitea.ref_name }} | ${{ env.GITHUB_REF_NAME }}"
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: git.rabbithole.cyou/paravielfalt/mastodon:${{ gitea.ref_name }}
|
tags: git.rabbithole.cyou/paravielfalt/mastodon:${{ gitea.ref_name }}
|
||||||
|
|
Loading…
Reference in a new issue