test
Test build / build (push) Failing after 7s Details

This commit is contained in:
minish 2023-08-03 20:51:21 -04:00
parent 1f3a567c82
commit 7a827dcbe7
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 5 additions and 7 deletions

View File

@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# is this only for vms??? asdfasdfsaasdfasd
# is this only for vms???
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
@ -17,12 +17,10 @@ jobs:
uses: docker/login-action@v2
with:
registry: git.min.rip
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ gitea.repository_owner }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: ''
uses: docker/build-push-action@master
with:
push: true
tags: min/actions-test:latest
tags: ${{ gitea.repository_owner }}/${{ gitea.repository }}:latest