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 badfd75 commit 2d69d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Build and Publish Docker Images
run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
for dir in */; do
dir=${dir%*/}
image_name=dapr-microservices-$(echo $dir | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')
Expand Down

0 comments on commit 2d69d4e

Please sign in to comment.