Skip to content

Commit

Permalink
docker: add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
FileGo committed Oct 17, 2023
1 parent 19911bc commit a161daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
uses: docker/metadata-action@v5
with:
images: filego/avwxtelegrambot
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit a161daa

Please sign in to comment.