asdafsdfsdffsd
Test build / build (push) Failing after 21s Details

This commit is contained in:
minish 2023-08-30 23:10:20 -04:00
parent 6d834aa2d4
commit 6e492c613b
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ jobs:
username: ${{ gitea.repository_owner }} username: ${{ gitea.repository_owner }}
password: ${{ gitea.token }} password: ${{ gitea.token }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@master uses: docker/build-push-action@v4
with: with:
context: .
push: true push: true
tags: git.min.rip/${{ gitea.repository }}:latest tags: git.min.rip/${{ gitea.repository }}:latest