mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
Merge pull request #18 from matter-labs/container-verify-attestation
ci: fix pushing to docker
This commit is contained in:
commit
d22b00d859
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -101,5 +101,5 @@ jobs:
|
|||
export IMAGE_TAG=$(docker load < result | grep -Po 'Loaded image.*: \K.*')
|
||||
echo "Pushing image ${IMAGE_TAG} to Docker Hub"
|
||||
echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV
|
||||
docker push matterlabsrobot/"${IMAGE_TAG}"
|
||||
docker push matterlabsrobot/"${IMAGE_TAG%:*}:latest"
|
||||
docker push "${IMAGE_TAG}" matterlabsrobot/"${IMAGE_TAG}"
|
||||
docker push "${IMAGE_TAG}" matterlabsrobot/"${IMAGE_TAG%:*}:latest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue