Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
chore: modfiy github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Brad McCoy <[email protected]>
  • Loading branch information
bradmccoydev committed Nov 8, 2022
1 parent 1fee5e2 commit a450fe5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- uses: actions/checkout@v1
- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin

- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
Expand Down

0 comments on commit a450fe5

Please sign in to comment.