Skip to content

Commit

Permalink
CI test (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus authored Feb 1, 2025
1 parent 84be15b commit aff7ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 239 deletions.
232 changes: 0 additions & 232 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aff7ca6

Please sign in to comment.