Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 80ea873

Browse files
authored
remove useless docker build in CI (#746)
1 parent 5f2804e commit 80ea873

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,3 @@ jobs:
109109
- name: Test openssl
110110
shell: bash {0}
111111
run: cargo tree -p sqld -i openssl; [ $? = 101 ]
112-
113-
docker:
114-
runs-on: ubuntu-latest
115-
name: Build Docker
116-
steps:
117-
- name: Checkout
118-
uses: actions/checkout@v3
119-
with:
120-
submodules: recursive
121-
- name: Set up QEMU
122-
uses: docker/setup-qemu-action@v2
123-
- name: Set up Docker Buildx
124-
uses: docker/setup-buildx-action@v2
125-
- name: Build
126-
uses: docker/build-push-action@v3
127-
with:
128-
context: .
129-
tags: sqld:unstable

0 commit comments

Comments
 (0)