File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -27,37 +27,6 @@ concurrency:
27
27
cancel-in-progress : true
28
28
29
29
jobs :
30
-
31
- build-ci-image :
32
- runs-on : ubuntu-latest
33
- # if: github.ref == 'refs/heads/main' || github.ref == 'staging'
34
- permissions :
35
- contents : read
36
- packages : write
37
- steps :
38
- - name : Checkout repository
39
- uses : actions/checkout@v4
40
- - name : Log into registry ${{ env.REGISTRY }}
41
- if : github.event_name != 'pull_request'
42
- uses : docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
43
- with :
44
- registry : ${{ env.REGISTRY }}
45
- username : ${{ github.repository_owner }}
46
- password : ${{ secrets.GITHUB_TOKEN }}
47
- - name : Extract Docker metadata
48
- id : meta
49
- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
50
- with :
51
- images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
52
- - name : Build and push Docker image
53
- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
54
- with :
55
- context : .
56
- push : true
57
- file : ./crates/xtask/Dockerfile
58
- tags : ${{ steps.meta.outputs.tags }}
59
- labels : ${{ steps.meta.outputs.labels }}
60
-
61
30
generate-job-matrix :
62
31
runs-on : ubuntu-latest
63
32
outputs :
You can’t perform that action at this time.
0 commit comments