Skip to content

Commit 04f9d4f

Browse files
build: remove docker web-service worker image
This image was not working properly and is not moved to a separate repo.
1 parent aab7fcd commit 04f9d4f

File tree

5 files changed

+0
-75
lines changed

5 files changed

+0
-75
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,3 @@ jobs:
1919
- run: npm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
22-
23-
docker:
24-
name: Push Docker image to GitHub Packages
25-
runs-on: ubuntu-latest
26-
steps:
27-
- name: Check out the repo
28-
uses: actions/checkout@v2
29-
- name: Log in to GitHub Docker Registry
30-
uses: docker/login-action@v1
31-
with:
32-
registry: docker.pkg.github.com
33-
username: ${{ github.actor }}
34-
password: ${{ secrets.GITHUB_TOKEN }}
35-
- name: Build container image
36-
uses: docker/build-push-action@v2
37-
with:
38-
push: true
39-
tags: syntest-framework/syntest-solidity:latest
40-
build-args: |
41-
REGISTRY_TOKEN=${{ secrets.SYNTEST_CI }}
42-
- name: Image digest
43-
run: echo ${{ steps.docker_build.outputs.digest }}

Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

docker/run.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

docker/templates/.syntest.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

docker/templates/truffle-config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)