Skip to content

Commit

Permalink
Docker Hub (#296) (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: antares-sw <[email protected]>
  • Loading branch information
evgeny-stakewise and antares-sw authored Mar 18, 2024
1 parent 18d9111 commit 52d2a52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
images: |
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator
stakewiselabs/v3-operator
flavor: |
latest=auto
tags: |
Expand All @@ -29,6 +30,11 @@ jobs:
registry: europe-west4-docker.pkg.dev
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 52d2a52

Please sign in to comment.