diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3de2d3e..3e95823 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -60,7 +60,7 @@ jobs: # multi-platform images and export cache # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # Login to Docker registry # https://github.com/docker/login-action @@ -128,7 +128,7 @@ jobs: # multi-platform images and export cache # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # Extract metadata (tags, labels) for Docker # If the pull request is not merged, do not include the edge tag and only include the sha tag.