Skip to content

Commit

Permalink
👷 Update CI to build *latest* docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
essembeh committed Feb 8, 2024
1 parent 8a4e1da commit e71392e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
id: meta
with:
images: ghcr.io/essembeh/yourss
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
with:
Expand Down

0 comments on commit e71392e

Please sign in to comment.