CI test (#1143)
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -11,11 +11,8 @@ on:
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
# TODO Comment out the next 2 lines so that it won't interfere with the old CI when tagging a version
|
||||
# Should fix after deprecate the old CI(build.yml)
|
||||
# push:
|
||||
# tags: ["v*.*.*"]
|
||||
push:
|
||||
tags: ["v*.*.*"]
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: true
|
||||
@@ -54,7 +51,7 @@ jobs:
|
||||
- name: Log In to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{github.repository_owner}}
|
||||
username: ${{secrets.DOCKERHUB_USERNAME}}
|
||||
password: ${{secrets.DOCKERHUB_TOKEN}}
|
||||
|
||||
- name: Download ${{matrix.variant}} meta bake definition
|
||||
@@ -165,7 +162,7 @@ jobs:
|
||||
- name: Log In to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{github.repository_owner}}
|
||||
username: ${{secrets.DOCKERHUB_USERNAME}}
|
||||
password: ${{secrets.DOCKERHUB_TOKEN}}
|
||||
|
||||
- name: Calculate shasum of external deps
|
||||
|
||||
Reference in New Issue
Block a user