Skip to content

Commit

Permalink
Update docker-publish-on-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B authored Mar 14, 2024
1 parent 896ed6e commit ede9306
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Log into Docker Hub registry ${{ env.REGISTRY }}
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand All @@ -75,7 +70,6 @@ jobs:
context: git
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
wayfaiross/telefonistka
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit ede9306

Please sign in to comment.