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