Pain
Some checks failed
Test and Build Docker Image / Test-Build (push) Successful in 9s
Test and Build Docker Image / Build-Image (push) Failing after 30s

This commit is contained in:
Dagger 2023-10-22 18:52:13 -05:00
parent 5840f39349
commit 9216e21dce

View File

@ -36,8 +36,6 @@ jobs:
password: ${{ secrets.PACKAGE_TOKEN }} password: ${{ secrets.PACKAGE_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@master uses: docker/build-push-action@master
env:
ACTIONS_RUNTIME_TOKEN: ''
with: with:
push: true push: true
tags: ${{ gitea.repository }}:latest tags: ${{ gitea.repository }}:latest