Skip to content

Commit

Permalink
Merge pull request #26 from CPCTF2022/fff
Browse files Browse the repository at this point in the history
⚡  fix tag
  • Loading branch information
hijiki51 authored Apr 26, 2022
2 parents cecf0ab + a1e8611 commit 2edc92e
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 @@ -13,8 +13,8 @@ jobs:
env:
DOCKER_BUILDKIT: 1
steps:
- name: Set REPO_NAME env
run: echo "REPO_NAME=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Set IMAGE_TAG env
run: echo "IMAGE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 2edc92e

Please sign in to comment.