Skip to content

Commit

Permalink
Revert "Update docker-publish-on-comment.yml"
Browse files Browse the repository at this point in the history
This reverts commit ede9306.
  • Loading branch information
Oded-B committed Apr 3, 2024
1 parent ede9306 commit 082a359
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ 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 @@ -70,6 +75,7 @@ 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 082a359

Please sign in to comment.