Skip to content

Commit

Permalink
Merge pull request #4 from Cloudzero/CP-19492-minor-changes
Browse files Browse the repository at this point in the history
Cp 19492 minor changes
  • Loading branch information
josephbarnett authored Jul 11, 2024
2 parents 7c3b1a5 + f3a063c commit 5e2f864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:
IMAGE_NAME: ${{ github.repository }}/cloudzero-agent-validator

jobs:
# This job lints the chart
docker:
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/events/develop-push-event.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ref": "refs/heads/develop",
"repository": {
"full_name": "josephbarnett/cloudzero-agent-validator"
"full_name": "cloudzero/cloudzero-agent-validator"
}
}
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ LABEL org.opencontainers.image.title="cloudzero-agent-validator"
LABEL org.opencontainers.image.description="cloudzero-agent execution environment validation utility"
LABEL org.opencontainers.image.vendor="Cloudzero, Inc."
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/cloudzero/cloudzero-agent-validator/main/README.md"
LABEL org.opencontainers.image.source = "https://github.com/Cloudzero/cloudzero-agent-validator"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/Cloudzero/cloudzero-agent-validator/main/README.md"
LABEL io.artifacthub.package.license="Apache-2.0"

VOLUME [ "/app/config" ]
Expand Down

0 comments on commit 5e2f864

Please sign in to comment.