Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Jul 3, 2024
1 parent d81ded0 commit 1f4594d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: {{ env.platforms }}
platforms: ${{ env.platforms }}

- name: Login to Quay.io
uses: docker/login-action@v3
Expand All @@ -33,10 +33,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: quay.io/syeopite/priviblur
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 1f4594d

Please sign in to comment.