Skip to content

Commit

Permalink
chore(build): ds-748 use correct container label
Browse files Browse the repository at this point in the history
It doesn't make sense for frontend / app container to have a
"quipucords.backend" label in container image.

Relates to JIRA: DISCOVERY-748
  • Loading branch information
mirekdlugosz committed Dec 18, 2024
1 parent 73c90b2 commit d270259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./Containerfile
labels: |
${{ env.EXPIRATION_LABEL }}
quipucords.backend.git_sha=${{ github.sha }}
quipucords.frontend.git_sha=${{ github.sha }}
extra-args: |
--ulimit nofile=4096:4096
Expand Down

0 comments on commit d270259

Please sign in to comment.