Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Jan 8, 2024
1 parent b6287eb commit 897cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Modify Branch Name
run: echo "MODIFIED_REF_NAME=$(echo '${{ github.ref_name }}' | sed 's/\//\-/g')" >> $GITHUB_ENV
- name: Use Modified Branch Name
run: echo "Branch name $MODIFIED_REF_NAME"
run: echo $MODIFIED_REF_NAME
- name: Build and Push carma-messenger-ui Docker Image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 897cfa4

Please sign in to comment.