Skip to content

Commit 9eae355

Browse files
committed
Dockerimage
1 parent 5525a62 commit 9eae355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
password: ${{ secrets.DOCKER_TOKEN }}
1616
- uses: actions/checkout@v3
1717
- name: Build the imap2jira docker image
18-
run: docker build . --file ./Dockerfile --tag svenlie/imap2jira:${GITHUB_REF##*/} --tag gsvenlie/imap2jira:latest
18+
run: docker build . --file ./Dockerfile --tag svenlie/imap2jira:${GITHUB_REF##*/} --tag svenlie/imap2jira:latest
1919
- name: Push imap2jira docker images
2020
run: docker push svenlie/imap2jira --all-tags

0 commit comments

Comments
 (0)