Skip to content

Commit

Permalink
Set latest as tag when pushed to master
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Mar 20, 2024
1 parent 72e0a33 commit 1909c8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: elboletaire/manga-downloader
# set latest tag for master branch
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 1909c8d

Please sign in to comment.