Skip to content

Commit 5b367eb

Browse files
committed
Remove docker debug lines
1 parent d324426 commit 5b367eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tags.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
run: docker login docker.pkg.github.com -u bahlo -p "${{ secrets.GITHUB_TOKEN }}"
1717
- name: Build and publish
1818
run: |
19-
echo "${{ github.ref }}"
2019
export TAG=$(echo "${{ github.ref }}" | sed 's/^refs\/tags\/v//g')
21-
echo "$TAG"
2220
docker build -t docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:$TAG .
2321
docker push docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:$TAG

0 commit comments

Comments
 (0)