Skip to content

Commit

Permalink
Merge pull request #18 from matter-labs/container-verify-attestation
Browse files Browse the repository at this point in the history
ci: fix pushing to docker
  • Loading branch information
haraldh authored Feb 15, 2024
2 parents e5c8c7c + a52b611 commit d22b00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d22b00d

Please sign in to comment.