diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 1cd46a5..b76c41a 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -26,7 +26,7 @@ jobs: # steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4.0.0 + uses: docker/setup-buildx-action@v4.1.0 - name: Checkout repository uses: actions/checkout@v6 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.