Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c2129b

Browse files
author
Fedele Mantuano
committedNov 4, 2024·
Bugfix actions
1 parent efe613e commit 6c2129b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Build and push Docker image on Docker Hub
118118
run: |
119-
IMAGE_NAME=docker.io/${{ secrets.DOCKER_USERNAME }}/spamscope-mail-parser
119+
IMAGE_NAME=${{ secrets.DOCKER_USERNAME }}/spamscope-mail-parser
120120
if [[ $GITHUB_REF == refs/tags/* ]]; then
121121
TAG=${GITHUB_REF#refs/tags/}
122122
docker build \

0 commit comments

Comments
 (0)
Please sign in to comment.