Compare commits

..

No commits in common. "6a14f2cec81cb0c334a5c0fcd6013b3b9113dda0" and "aa23e0722158b2451acb2e3391e31c874bf2038c" have entirely different histories.

View File

@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.ref_type == 'tag' }}