Skip to content

Commit cb64afc

Browse files
authored
Update docker-publish.yml
1 parent da0f9a8 commit cb64afc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,9 @@ env:
1515
IMAGE_NAME: aws-ecs-eds
1616

1717
jobs:
18-
# Run tests.
19-
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
20-
test:
21-
runs-on: ubuntu-latest
22-
23-
steps:
24-
- uses: actions/checkout@v2
25-
26-
2718
# Push image to GitHub Packages.
2819
# See also https://docs.docker.com/docker-hub/builds/
2920
push:
30-
3121
runs-on: ubuntu-latest
3222

3323

0 commit comments

Comments
 (0)