Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version is not shown correctly #552

Open
v1v opened this issue Nov 13, 2023 · 0 comments
Open

version is not shown correctly #552

v1v opened this issue Nov 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@v1v
Copy link
Contributor

v1v commented Nov 13, 2023

Problem Description

Version is not shown correctly when running the app, for instance:

What is actually happening

Given the docker image ghcr.io/github/safe-settings:2.1.0
When I run docker run --rm -ti ghcr.io/github/safe-settings:2.1.0
Then I see safe-settings@0.1.0-rc.26 start
Given the docker image ghcr.io/github/safe-settings:2.1.0
When I run docker inspect ghcr.io/github/safe-settings:2.1.0 |  jq -r '.[0].Config.Labels'  
Then I see "version": "1.0"

What is the expected behavior

To show [email protected] start and version: 2.1.0

Error output, if available

Context

Are you using the hosted instance of probot/settings or running your own?

If running your own instance, are you using it with github.com or GitHub Enterprise?

Version of probot/settings

Version of GitHub Enterprise

@v1v v1v added the bug Something isn't working label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant