Skip to content

Commit

Permalink
changed to env tags
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 2, 2025
1 parent 24c57c5 commit 9eba5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
echo "VERSION=$VERSION"
echo "REPO=$REPO"
echo "TAGS=$TAGS"
echo "::set-output name=TAGS::$TAGS"
echo "TAGS=$TAGS" >> $GITHUB_ENV
- name: build and push
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}"
platforms: linux/amd64, linux/arm64
push: true
tags: cobirna/rnanue:${{ steps.extract_version.outputs.VERSION }}, cobirna/rnanue:latest
tags: ${{ env.TAGS }}

0 comments on commit 9eba5d7

Please sign in to comment.