mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-25 22:49:54 +03:00
fix: upgrade riot-mui dependency firefox switch fix
This commit is contained in:
parent
e2f2850f41
commit
b2590115a7
6 changed files with 6 additions and 6 deletions
|
@ -12,10 +12,10 @@ for i in arm64v8 arm32v7 master latest debian main; do
|
||||||
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$i
|
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$i
|
||||||
done
|
done
|
||||||
|
|
||||||
for v in 1.1 1.2 1.3 1.4 1.5 2.0 ; do
|
for v in 1.1 1.2 1.3 1.4 1.5 2.0 2 2.0.0 2.1 2.1.0 2.2 2.2.0 2.3 2.3.0 2.4 2.4.0; do
|
||||||
for type in "-debian" ""; do
|
for type in "-debian" ""; do
|
||||||
docker pull joxit/docker-registry-ui:$v$type
|
docker pull joxit/docker-registry-ui:$v$type
|
||||||
docker tag joxit/docker-registry-ui:$v$type 127.0.0.1:5000/joxit/docker-registry-ui:$v$type
|
docker tag joxit/docker-registry-ui:$v$type 127.0.0.1:5000/joxit/docker-registry-ui:$v$type
|
||||||
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$v$type
|
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$v$type
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
2
dist/docker-registry-ui.css
vendored
2
dist/docker-registry-ui.css
vendored
File diff suppressed because one or more lines are too long
2
dist/docker-registry-ui.js
vendored
2
dist/docker-registry-ui.js
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 3.1 MiB |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-registry-ui",
|
"name": "docker-registry-ui",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "npm run format-html && npm run format-js && npm run format-riot",
|
"format": "npm run format-html && npm run format-js && npm run format-riot",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"node-sass": "^8.0.0",
|
"node-sass": "^8.0.0",
|
||||||
"prettier": "^2.8.1",
|
"prettier": "^2.8.1",
|
||||||
"riot": "^7.1.0",
|
"riot": "^7.1.0",
|
||||||
"riot-mui": "github:joxit/riot-5-mui#a97f2d3",
|
"riot-mui": "github:joxit/riot-5-mui#a477acc",
|
||||||
"rollup": "^3.9.0",
|
"rollup": "^3.9.0",
|
||||||
"rollup-plugin-app-utils": "^1.0.6",
|
"rollup-plugin-app-utils": "^1.0.6",
|
||||||
"rollup-plugin-copy": "^3.4.0",
|
"rollup-plugin-copy": "^3.4.0",
|
||||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue