GithubGitHub (#171)

This commit is contained in:
Matt Stein
2025-06-07 17:41:56 -07:00
committed by GitHub
parent 04a3a12d40
commit a6e8a1c362
12 changed files with 19 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ jobs:
docker manifest push unsend/$APP_NAME:$APP_VERSION
done
- name: Create and push Github Container Registry manifest
- name: Create and push GitHub Container Registry manifest
run: |
APP_VERSION="$(git name-rev --tags --name-only $(git rev-parse HEAD) | head -n 1 | sed 's/\^0//')"
GIT_SHA="$(git rev-parse HEAD)"