Skip to content

Commit

Permalink
Merge pull request #25 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 485821d + 158545d commit cecf0ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
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 All @@ -34,7 +32,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
asia-northeast1-docker.pkg.dev/cpctf-338715/system/${{env.REPO_NAME}}:${{env.IMAGE_TAG}}
asia-northeast1-docker.pkg.dev/cpctf-338715/system/${{env.REPO_NAME}}:latest
asia-northeast1-docker.pkg.dev/cpctf-338715/system/ssh-separator:${{env.IMAGE_TAG}}
asia-northeast1-docker.pkg.dev/cpctf-338715/system/ssh-separator:latest

0 comments on commit cecf0ab

Please sign in to comment.