noot
commit-tag / commit-tag-image (push) Successful in 3m47s
Details
commit-tag / commit-tag-image (push) Successful in 3m47s
Details
This commit is contained in:
parent
f39a1c1f02
commit
edd8f091ff
|
@ -12,8 +12,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
## - name: Set up QEMU
|
||||
## uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to DockerHub
|
||||
|
@ -22,7 +20,6 @@ jobs:
|
|||
registry: https://tuxpa.in
|
||||
username: actions_token
|
||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
- name: Get Meta
|
||||
id: meta
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue