Skip to content

Commit

Permalink
workflows/docker-publish.yml: remove comments and add some explanatio…
Browse files Browse the repository at this point in the history
…n comments
  • Loading branch information
Misterblue committed Apr 24, 2021
1 parent 9931a92 commit e28c49c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Expand Up @@ -12,6 +12,7 @@ on:
env:
# Names used to tag built Docker image
IMAGE_NAME: iamus
# The local Docker image is named env.IMAGE_TAG so it can be referenced and pushed
IMAGE_TAG: iamus:latest

jobs:
Expand Down Expand Up @@ -59,7 +60,4 @@ jobs:
docker image tag ${{ env.IMAGE_TAG }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IVERSION }}
docker image push --all-tags ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
# docker push --quiet ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
# docker push --quiet ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ env.IVERSION }}
# vim: tabstop=2 shiftwidth=2 autoindent expandtab

0 comments on commit e28c49c

Please sign in to comment.