Skip to content

Commit

Permalink
Move comment to avoid syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Feb 8, 2023
1 parent 94f7c8e commit 83f18f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,16 @@ jobs:

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
# 1st image name is for GH package repo
# 2nd image name is for DockerHub image
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@766400ca14a75010e7b2e3119aa0d5b46826e8c7
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
obenozer412/${{ env.IMAGE_NAME }} #Docker Hub registery
obenozer412/${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 83f18f5

Please sign in to comment.