We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881fde1 commit 7f6bf5cCopy full SHA for 7f6bf5c
.github/workflows/deploy_to_ghcr_custom_tag.yaml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout GitHub Action
19
uses: actions/checkout@v4
20
+ with:
21
+ ref: ${{ github.event.inputs.tag }}
22
23
- name: Login to GitHub Container Registry
24
uses: docker/login-action@v3
@@ -33,4 +35,4 @@ jobs:
33
35
docker build --label "org.opencontainers.image.title=copilot-metrics-viewer" --label "org.opencontainers.image.description=Metrics viewer for GitHub Copilot usage" --label "org.opencontainers.image.source=$GITHUB_REPO" -t ghcr.io/$GITHUB_REPO:$TAG .
34
36
docker push ghcr.io/$GITHUB_REPO:$TAG
37
env:
- GITHUB_REPO: ${{ github.repository }}
38
+ GITHUB_REPO: ${{ github.repository }}
0 commit comments