Skip to content

Commit 2112fd9

Browse files
committed
Fix inline comment in docker build
1 parent f3a3bde commit 2112fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/metadata-action@v6.1.0
4040
with:
4141
images: |
42-
${{ github.repository }} # minituff/nautical-backup
42+
${{ github.repository }}
4343
ghcr.io/${{ github.repository }}
4444
# This stage requires being run attached to a tag, otherwise it will use the branch name
4545
tags: |

0 commit comments

Comments
 (0)