Skip to content

Commit

Permalink
fix: remove cache-to from image push to make dockerhub images usable
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Jun 6, 2024
1 parent 148b6c4 commit eafac5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eafac5d

Please sign in to comment.