Skip to content

Commit

Permalink
remove unnecessary docker signin step in publish-tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jul 25, 2024
1 parent 3636db0 commit d1a83b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
- name: Verify npm authentication
run: npm whoami

# we login to docker to publish new teraslice image
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Check out code
uses: actions/checkout@v4

Expand Down

0 comments on commit d1a83b4

Please sign in to comment.