We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d324426 commit 5b367ebCopy full SHA for 5b367eb
.github/workflows/tags.yml
@@ -16,8 +16,6 @@ jobs:
16
run: docker login docker.pkg.github.com -u bahlo -p "${{ secrets.GITHUB_TOKEN }}"
17
- name: Build and publish
18
run: |
19
- echo "${{ github.ref }}"
20
export TAG=$(echo "${{ github.ref }}" | sed 's/^refs\/tags\/v//g')
21
- echo "$TAG"
22
docker build -t docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:$TAG .
23
docker push docker.pkg.github.com/bahlo/ing_ynab/ing_ynab:$TAG
0 commit comments