Skip to content

Commit

Permalink
test dockerhub push
Browse files Browse the repository at this point in the history
  • Loading branch information
code-inflation committed Mar 13, 2024
1 parent cc49e88 commit f909ea0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build container image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f909ea0

Please sign in to comment.