Skip to content

Commit

Permalink
fix: variable id
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson authored Dec 28, 2024
1 parent 4cb3565 commit 430ae76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
run: |
echo "tags=${{ steps.vars.outputs.tag }},${{ steps.vars.outputs.MAJOR }}" >> $GITHUB_OUTPUT
if [[ "${{ steps.vars.outputs.tag }}" != *beta* ]]; then
echo "tags=${{ steps.vars.outputs.tags }},latest" >> $GITHUB_OUTPUT
echo "tags=${{ steps.set-tags.outputs.tags }},latest" >> $GITHUB_OUTPUT
fi
- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -197,7 +197,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: |
${{ steps.vars.outputs.tags }}
${{ steps.set-tags.outputs.tags }}
build-args: |
TAG=${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit 430ae76

Please sign in to comment.