Skip to content

Commit

Permalink
container tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mplogas committed Sep 8, 2024
1 parent 881e105 commit 722f2da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
images: |
${{ vars.DOCKERHUB_USERNAME }}/ecowitt-controller
# Docker tags to generate
# tags: |
# type=raw,value=latest
# type=sha
tags: |
type=schedule,enable=true,pattern={{date 'YYYYMMDD-hhmmss' tz='Europe/Berlin'}}
type=raw,enable={{is_default_branch}},value=latest
type=sha,enable=true,format=short
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 722f2da

Please sign in to comment.