Skip to content

Commit

Permalink
build: fix command
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Jun 16, 2022
1 parent 64b22fe commit 88471bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
DATE="$(date +%Y%m%d%H%M%S)"
docker login -u "$REGISTRY_USER" -p "$REGISTRY_TOKEN" ghcr.io
docker build --build-arg date=${DATE} --context internal/target/oci/fixtures -t ghcr.io/ckotzbauer/sbom-operator/oci-test:${DATE} internal/target/oci/fixtures
docker build --build-arg date=${DATE} -t ghcr.io/ckotzbauer/sbom-operator/oci-test:${DATE} internal/target/oci/fixtures
docker push ghcr.io/ckotzbauer/sbom-operator/oci-test:${DATE}
DIGEST=$(docker inspect ghcr.io/ckotzbauer/sbom-operator/oci-test:${DATE} --format='{{index .RepoDigests 0}}')
Expand Down

0 comments on commit 88471bd

Please sign in to comment.