Skip to content

Commit

Permalink
Remove buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed Nov 11, 2023
1 parent 8cd7d23 commit f91a565
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta
id: meta
Expand All @@ -85,7 +85,7 @@ jobs:
type=raw,value=latest
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: containers/Dockerfile
push: false
Expand Down

0 comments on commit f91a565

Please sign in to comment.