Skip to content

Commit

Permalink
chore: fix docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 22, 2024
1 parent cd9bce4 commit ac1f3bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
latest
type=schedule,pattern={{date 'YYYYMMDD'}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -104,6 +108,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
latest
type=schedule,pattern={{date 'YYYYMMDD'}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit ac1f3bb

Please sign in to comment.