Skip to content

Commit

Permalink
fix: output
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Sep 2, 2024
1 parent 47fcdc2 commit 2370f62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
fi
# Set output parameters.
echo ::set-output name=tags::${TAGS}
echo ::set-output name=docker_image::${DOCKER_IMAGE}
echo TAGS=${TAGS} >> ${GITHUB_OUTPUT}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -53,4 +52,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: $TAGS
tags: ${TAGS}

0 comments on commit 2370f62

Please sign in to comment.