Skip to content

Commit

Permalink
Log in docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 8, 2023
1 parent bcc0d89 commit 971c3ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
java-version: 17
cache: sbt

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: daddykotex
password: ${{ secrets.DOCKERHUB_TOKEN }}

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl auth docker
env:
Expand Down

0 comments on commit 971c3ad

Please sign in to comment.