Skip to content

Commit

Permalink
Merge branch 'feature/no_dockerlogin'
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldigas committed Oct 7, 2023
2 parents 8829f0b + 2ca96ef commit ba98b83
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode verify
- run: mkdir dist && cp cli/target/*.tar.gz dist
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
- name: Build docker image
uses: docker/build-push-action@v5
with:
context: ./cli
Expand Down

0 comments on commit ba98b83

Please sign in to comment.