Compare commits

..

No commits in common. "65b3ddfda210d41c8f054650c73ea691aac8f14c" and "cc13ba82a94081028763c32ee9904f92b79bf79c" have entirely different histories.

View File

@ -35,7 +35,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref_name == gitea.event.repository.default_branch || gitea.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}