diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a856c7..b65f0b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Build & Push docker image id: build_docker - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: build-args: | ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }} @@ -61,7 +61,7 @@ jobs: - name: Push docker image release id: push_docker_release if: github.ref == 'refs/heads/main' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: build-args: | ANSIBLE_VERSION=${{ env.ANSIBLE_VERSION }}