Skip to content

Commit

Permalink
Fix branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 29, 2024
1 parent 90524b4 commit ae5c387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
DOCKER_BUILD: 1
DOCKER_PUSH: 1
run: |
echo secrets.DOCKER_HUB_USERNAME=${{ secrets.DOCKER_HUB_USERNAME }}
echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
./update.sh
Expand All @@ -24,6 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
echo secrets.DOCKER_HUB_USERNAME=${{ secrets.DOCKER_HUB_USERNAME }}
docker run --rm -t \
-v $(pwd):/src \
-e DOCKER_USER=${{ secrets.DOCKER_HUB_USERNAME }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down

0 comments on commit ae5c387

Please sign in to comment.