Skip to content

Commit

Permalink
Bugfix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedele Mantuano committed Nov 4, 2024
1 parent ea43a1d commit a3d835d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
- name: Build and push Docker image on Docker Hub
run: |
cd docker
IMAGE_NAME=docker.io/${{ secrets.DOCKER_USERNAME }}/spamscope-mail-parser
if [[ $GITHUB_REF == refs/tags/* ]]; then
TAG=${GITHUB_REF#refs/tags/}
Expand Down

0 comments on commit a3d835d

Please sign in to comment.