Skip to content

Commit

Permalink
fix: workflow build docker image
Browse files Browse the repository at this point in the history
Signed-off-by: MicroOps <[email protected]>
  • Loading branch information
MicroOps-cn committed Oct 30, 2024
1 parent cc90a12 commit c25a107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: microops-cn/idas
PACKAGE_NAME: idas
jobs:
build-ui:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -194,5 +195,5 @@ jobs:
curl -X DELETE \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/user/packages/container/${IMAGE_NAME}/versions/${VERSION_ID}
https://api.github.com/user/packages/container/${PACKAGE_NAME}/versions/${VERSION_ID}
done

0 comments on commit c25a107

Please sign in to comment.