Cannot use use
secrets from env_file
How is the plugin handling unsupported scenarios with
auto_tag?
stevapple
commented on pull request woodpecker-plugins/docker-buildx#165
2024年06月24日 02:40:45 +02:00
Pass Daemon.Mirror to Docker daemon
Can confirm that #162 is fixed in the PR image
dc5835664e
Merge branch 'main' into stevapple-patch-2
18bff6ad98
Respect repository mirrors without login credentials (#164)
3deb25392b
Merge branch 'main' into stevapple-patch-2
b1b5e0eda8
fix issue template links
b0097ac969
fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2
dc5698cb00
chore(deps): update docker/buildx-bin docker tag to v0.15.0
stevapple
commented on pull request woodpecker-plugins/docker-buildx#164
2024年06月23日 09:43:49 +02:00
Respect repository mirrors without login credentials
I've tested around the PR image and can confirm that #163 is resolved. Is it ready for merge?
dcacef05e7
Merge branch 'main' into stevapple-patch-1
b1b5e0eda8
fix issue template links
b0097ac969
fix(deps): update module github.com/aws/aws-sdk-go to v1.54.2
dc5698cb00
chore(deps): update docker/buildx-bin docker tag to v0.15.0
Pass
Daemon.Mirror to Docker daemon
f4aabaaa46
Pass
Daemon.Mirror to Docker daemon
7d368c7ff6
Unblock mirror-only logins
stevapple
commented on pull request woodpecker-plugins/docker-buildx#164
2024年06月13日 09:12:02 +02:00
Respect repository mirrors without login credentials
I feel like the
beside the default login all other logins need to set a username and passwordcheck might be wrong since it prohibit mirror settings on a public registry. Maybe we should...
9901544397
Unblock mirror-only logins
stevapple
commented on pull request woodpecker-plugins/docker-buildx#164
2024年06月13日 09:08:26 +02:00
Respect repository mirrors without login credentials
I feel like the beside the default login all other logins need to set a username and password check might be wrong since it prohibit mirror settings on a public registry. Maybe we should change...
Properly propagate
settings.Daemon.Mirror
aee6e8c868
Properly propagate
settings.Daemon.Mirror
Daemon mirror not respected with custom logins and without username/password