Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glossawy committed Apr 11, 2024
1 parent 1bfe7cd commit 127d407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: |
glossawy/rss-feed-editor
tags: |
type=match,pattern=v\d.\d,group=0,value=1.4
type=match,pattern=v\d.\d,group=0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
images: |
glossawy/rss-feed-editor-frontend
tags: |
type=match,pattern=v\d.\d,group=0,value=1.4
type=match,pattern=v\d.\d,group=0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 127d407

Please sign in to comment.