This commit is contained in:
parent
635a680951
commit
80f80c74bb
1 changed files with 3 additions and 9 deletions
|
|
@ -10,20 +10,14 @@ jobs:
|
|||
packages: write
|
||||
contents: read
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "actor=[${{ github.actor }}]"
|
||||
echo "repo=[${{ github.repository }}]"
|
||||
echo "event=[${{ github.event_name }}]"
|
||||
echo "ref=[${{ github.ref }}]"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.rangelovk.xyz
|
||||
username: ${{ forgejo.actor }}
|
||||
password: ${{ forgejo.token }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.rangelovk.xyz/${{ forgejo.repository }}:latest
|
||||
tags: git.rangelovk.xyz/${{ github.repository }}:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue