Skip to content

Commit 630a0b9

Browse files
committed
leave docker for now
1 parent 8ac21c9 commit 630a0b9

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,6 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
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-
6130
generate-job-matrix:
6231
runs-on: ubuntu-latest
6332
outputs:

0 commit comments

Comments
 (0)