Skip to content

Commit

Permalink
chore: remove docker login from build
Browse files Browse the repository at this point in the history
The build CI doesn't push so does not need to login
  • Loading branch information
06kellyjac committed Jan 2, 2024
1 parent fe5ca4b commit 34ed23f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

- name: Build and tag dev image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 34ed23f

Please sign in to comment.