diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dee8cf5..c3d798e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: sed -i -e "s|%VERSION%|latest|g" Dockerfile - name: Build and push id: docker_build_master - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67a24ac..40d7fbd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: sed -i -e "s|%VERSION%|${{ matrix.tag }}|g" Dockerfile - name: Build and push id: docker_build_master - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 174ca37..efa77e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: sed -i -e "s|%VERSION%|latest|g" Dockerfile - name: Build and push id: docker_build_master - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v6 with: context: . push: true