This commit is contained in:
Mauro D.
2025-02-01 13:27:56 +01:00
committed by GitHub
parent 84be15b0c2
commit aff7ca6cf2
2 changed files with 4 additions and 239 deletions

View File

@@ -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