Skip to content

Commit

Permalink
Updating to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahomedalid committed Oct 19, 2023
1 parent 3762b17 commit 03a7db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image_name=dapr-microservices/$(echo $dir | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')
repo_owner=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
tag=${{ github.sha }}
docker buildx build -t ghcr.io/$repo_owner/$image_name:$tag -f ./$dir/Dockerfile ./$dir -o type=registry,registry.insecure=true
docker buildx build -t ghcr.io/${{ github.repository }}/$image_name:$tag -f ./$dir/Dockerfile ./$dir -o type=registry,registry.insecure=true
done
done
Expand Down

0 comments on commit 03a7db3

Please sign in to comment.