diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a25d516..7065cd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%M')" - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile