diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 5cf3e7e..0a32244 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -34,7 +34,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./ file: ./Dockerfile diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 221fb45..1f2e021 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -30,7 +30,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./ file: ./Dockerfile diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index a6e29f2..38ef6cb 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -38,7 +38,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./ file: ./Dockerfile