noot
commit-tag / commit-tag-image (push) Waiting to run
Details
commit-tag / commit-tag-image (push) Waiting to run
Details
This commit is contained in:
parent
1fcfcf7c5f
commit
f39a1c1f02
|
@ -14,17 +14,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
## - name: Set up QEMU
|
|
||||||
## uses: docker/setup-qemu-action@v2
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: https://tuxpa.in
|
registry: https://tuxpa.in
|
||||||
username: ${{ gitea.repository_owner }}
|
username: actions_token
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|
||||||
- name: Get Meta
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue