diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ad4fbb90..466b51ee 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -47,7 +47,7 @@ jobs: - name: Set up env run: echo "repository_owner=${GITHUB_REPOSITORY_OWNER,,}" >>${GITHUB_ENV} - name: Build and Push Container - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: test/container/${{ matrix.config.dockerfile }} tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }}