Skip to content

Commit

Permalink
remove unnecessary login
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Aug 11, 2022
1 parent 1d9b485 commit 8e03456
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 8e03456

Please sign in to comment.