Skip to content

Commit

Permalink
chore(ci): remove deprecated set-output in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jul 23, 2024
1 parent dd84006 commit ee57418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
TAGS=${IMAGE}:latest
TAGS="$TAGS,${IMAGE}:${GITHUB_SHA::8}"
echo ::set-output name=tags::${TAGS}
echo "tags=${TAGS}" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ steps.image_tags.outputs.tags }}
tags: ${{ env.tags }}

0 comments on commit ee57418

Please sign in to comment.