diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml old mode 100755 new mode 100644 index e5f59b04..d82c513b --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -292,7 +292,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker image (from artifacts) - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile.artifacts