Skip to content

Commit

Permalink
Docker Hub (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Feb 20, 2024
1 parent 6a8e9d8 commit 642c2b5
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 642c2b5

Please sign in to comment.