Skip to content

Commit

Permalink
[type: build] Fix docker image publish failed in github action (apach…
Browse files Browse the repository at this point in the history
…e#3876)

* Fix docker image publish failed in github action

* Fix docker image publish failed in github action
  • Loading branch information
JooKS-me authored Aug 26, 2022
1 parent 1f65e28 commit 7135056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.REPOSITORY }}/admin:latest
${{ env.REPOSITORY }}/admin:${{ env.TAG }}
apache/shenyu-admin:latest
apache/shenyu-admin:${{ env.TAG }}
- name: Build and push (bootstrap) (dockerhub)
uses: docker/build-push-action@v3
Expand All @@ -87,5 +87,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.REPOSITORY }}/bootstrap:latest
${{ env.REPOSITORY }}/bootstrap:${{ env.TAG }}
apache/shenyu-bootstrap:latest
apache/shenyu-bootstrap:${{ env.TAG }}

0 comments on commit 7135056

Please sign in to comment.