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
|
packages: write
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
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
|
- uses: actions/checkout@v4
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.rangelovk.xyz
|
registry: git.rangelovk.xyz
|
||||||
username: ${{ forgejo.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ forgejo.token }}
|
password: ${{ github.token }}
|
||||||
- uses: docker/build-push-action@v6
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
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