noot
commit-tag / commit-tag-image (push) Has been cancelled Details

This commit is contained in:
a 2024-09-23 15:35:39 -05:00
parent addcc20c21
commit 1fcfcf7c5f
Signed by: a
GPG Key ID: 374BC539FE795AF0
1 changed files with 5 additions and 5 deletions

View File

@ -11,17 +11,17 @@ jobs:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
## - name: Set up QEMU ## - name: Set up QEMU
## uses: docker/setup-qemu-action@v2 ## 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@v3
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v3
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