Skip to content

Commit

Permalink
push image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Apr 18, 2024
1 parent 91331ea commit e2108d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: login to GHCR
- name: login to Docker Hub
uses: docker/#-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository }}
nearone/transaction-bench
- name: build and push image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e2108d0

Please # to comment.