Skip to content

Commit

Permalink
docker tag fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jun 11, 2024
1 parent ea6ea2e commit 86ee52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
with:
images: ghcr.io/sillsdev/machine.py
tags: |
type=match,pattern=docker_(.*),group=1,suffix=${{ matrix.suffix }}
type=match,pattern=docker_(.*),group=1
flavor: |
latest=true,suffix=${{ matrix.suffix }}
latest=true,suffix=${{ matrix.suffix }},onlatest=true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 86ee52b

Please sign in to comment.