https://github.com/returngis/attestations
https://github.com/returngis/attestations
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/returngis/attestations
- Owner: returngis
- Created: 2024-12-05T20:44:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T21:06:44.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:30:31.932Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attestations demos
¡Hola developer 👋🏻! En este repo tengo todas las demos sobre Attestations.
## Recuperar la penúltima imagen que esté disponible en el registro de GitHub Packages:
```bash
source .env
curl -s -H "Authorization: token $GITHUB_TOKEN" \
"https://api.github.com/orgs/returngis/packages/container/tour-of-heroes-api/versions" \
| jq -r '.[2].metadata.container.tags[0]'
```