Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh authored Sep 25, 2024
1 parent 4a6e314 commit 58bda1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
env:
FRED_VERSION = ${{ steps.poetry-version.outputs.FRED_VERSION }}
tags: |
type=semver,pattern={{version}},value=$FRED_VERSION
type=semver,pattern={{version}},value=${{ steps.poetry-version.outputs.FRED_VERSION }}
- uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 58bda1e

Please sign in to comment.