diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c23e529..3fe58b7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,7 +20,7 @@ jobs: username: ${{ gitea.actor }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@master with: push: true tags: min/actions-test:latest