Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Feb 27, 2022
1 parent 83f8487 commit 4604f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
push: true
tags: |
ghcr.io/n1try/webhook2telegram:${{ env.GIT_TAG }}
ghcr.io/n1try/webhook2telegram:latest
ghcr.io/${{ github.repository }}:${{ env.GIT_TAG }}
ghcr.io/${{ github.repository }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 4604f40

Please sign in to comment.