tag-push-action
tag-push-action copied to clipboard
Github action to copy/retag multiarch images from one registry to another
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.3.1 to 5.5.5. Changelog Sourced from csv-parse's changelog. 5.5.5 (2024-02-28) Bug Fixes csv-parse: comment infix when comment first field char (fix #415) (8e0f8b8) 5.5.4 (2024-02-27) Note: Version...
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5. Release notes Sourced from typescript's releases. TypeScript 4.9.5 For release notes, check out the release announcement. Downloads are available on: npm NuGet package Changes:...
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.38.1. Release notes Sourced from @vercel/ncc's releases. 0.38.1 0.38.1 (2023-10-18) Bug Fixes sourcemap sources removes webpack path (#1122) (ce5984e), closes #1011 #1121 0.38.0 0.38.0 (2023-09-06)...
I see this error: ```bash Error: failed to copy index: PUT https://registry.heroku.com/v2/something-app/worker/manifests/sha256:235kj43klj53kljlksgdfjsdjgij428010jfaqpoirjfanvkagj48g590q: UNSUPPORTED: The operation is unsupported. panic: exit status 1 goroutine 1 [running]: main.main() /go/src/github.com/akhilerm/repo-copy/main.go:20 +0x15a Error: The process...
Currently the docker image `akhilerm/repo-copy:latest` that is being used in the github action has only `linux/amd64` support. This restricts the action from being used on arm64 self hosted runners. ####...