Skip to content

Commit

Permalink
style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Sep 24, 2024
1 parent 4ae0089 commit 59a5086
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,8 @@ jobs:
DH_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }}
DH_TOKEN: ${{ secrets.DOCKER_HUB_PWD }}
IMAGE_NAME: "indy-vdr-proxy"
run: |
run: |
echo "$DH_TOKEN" | docker login -u "$DH_USERNAME" --password-stdin
docker build -f ./packages/{{matrix.package}}/Dockerfile -t $DH_USERNAME/$IMAGE_NAME:dev ./packages/{{matrix.package}}
docker push $DH_USERNAME/$IMAGE_NAME:dev
if: ${{ (steps.release-please.outputs.release_created == 'true') && (matrix.package == 'server') }}


0 comments on commit 59a5086

Please sign in to comment.