Skip to content

Commit

Permalink
Merge branch 'improvement/login-to-dockerhub' into tmp/octopus/w/129.…
Browse files Browse the repository at this point in the history
…0/improvement/login-to-dockerhub
  • Loading branch information
bert-e committed Oct 16, 2024
2 parents dbd8c34 + 644c876 commit ac251c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: |-
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ac251c2

Please sign in to comment.