Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 21, 2020
1 parent be36706 commit d473584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-full.yml
Expand Up @@ -73,3 +73,5 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
echo "Published image $IMAGE_ID:$VERSION"
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-standard.yml
Expand Up @@ -73,3 +73,5 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
echo "Published image $IMAGE_ID:$VERSION"

0 comments on commit d473584

Please sign in to comment.