upgrade push action version to v6
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Failing after 3m20s

upgrade push action version to v6
This commit is contained in:
lab
2025-10-04 23:52:19 +08:00
parent 558b4b77c3
commit e7d4582bd6

View File

@@ -38,7 +38,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v2 uses: https://github.com/docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true