Fix dev image tag name (#7673)

This commit is contained in:
吴晟 Wu Sheng 2021-09-08 09:28:22 +08:00 committed by GitHub
parent e89493b247
commit 6007f3ce2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
packages: write
timeout-minutes: 90
env:
TAG: ${{ github.sha }}-${{ matrix.es }}
TAG: ${{ github.sha }}
steps:
- uses: actions/checkout@v2
with: