Another try
Some checks failed
Test and Build Docker Image / Test-Build (push) Successful in 8s
Test and Build Docker Image / Build-Image (push) Failing after 6s

This commit is contained in:
Dagger 2023-10-22 18:34:19 -05:00
parent 1a3073d56d
commit a98c030391

View File

@ -35,7 +35,7 @@ jobs:
username: ${{ gitea.repository_owner }} username: ${{ gitea.repository_owner }}
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@d8823bfaed
with: with:
push: true push: true
tags: ${{ gitea.repository }}:latest tags: ${{ gitea.repository }}:latest