Skip to content

Commit

Permalink
fix outpus
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Apr 9, 2023
1 parent 30afd64 commit b1c5b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
LABEL=$(grep FROM Dockerfile | awk '{print $2}' |tr ':' ' ' |awk '{print $2}')
echo "LABEL is $LABEL"
echo "LABEL=$LABEL" >> $GITHUB_ENV
echo "LABEL=$LABEL" >> $GITHUB_OUTPUT
- name: Build and push Container image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ghcr.io/ueckoken/elasticsearch-jp:${{ steps.tag.env.LABEL }}
tags: ghcr.io/ueckoken/elasticsearch-jp:${{ steps.tag.outputs.LABEL }}

0 comments on commit b1c5b27

Please sign in to comment.