We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0f9a8 commit cb64afcCopy full SHA for cb64afc
.github/workflows/docker-publish.yml
@@ -15,19 +15,9 @@ env:
15
IMAGE_NAME: aws-ecs-eds
16
17
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
27
# Push image to GitHub Packages.
28
# See also https://docs.docker.com/docker-hub/builds/
29
push:
30
31
runs-on: ubuntu-latest
32
33
0 commit comments