diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b0480b2..829f6cb 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -69,7 +69,6 @@ jobs: context: . platforms: linux/amd64 cache-from: type=registry,ref=${{ steps.tag.outputs.IMAGE }} - cache-to: type=registry,ref=${{ steps.tag.outputs.IMAGE }},image-manifest=true,oci-mediatypes=true,mode=max labels: | ${{ steps.meta.outputs.labels }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1089b43..6e710f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### UNRELEASED * feat(xapi): add support for Basic auth via meta_secret-lrs-payload +* fix: remove cache-to from image push to make dockerhub images usable * build: express@4.19.2 ### v3.1.0