Skip to content

Commit 9b901b9

Browse files
committed
optionally restore docker_CI-test_e2e.yml and rename to docker_buildandpush.yml
1 parent 954a8f3 commit 9b901b9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD | Test End-to-End
1+
name: docker-build-and-push
22

33
on:
44
push:
@@ -9,13 +9,6 @@ jobs:
99
docker:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Clear Space
13-
run: |
14-
rm -rf /usr/share/dotnet
15-
rm -rf /opt/ghc
16-
rm -rf "/usr/local/share/boost"
17-
rm -rf "$AGENT_TOOLSDIRECTORY"
18-
1912
- name: Set up QEMU
2013
uses: docker/setup-qemu-action@v2
2114

0 commit comments

Comments
 (0)