Browse Source

Test pushing docker images

pull/12/head
Abheek Dhawan 3 years ago
committed by GitHub
parent
commit
d329363c88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/docker-image.yml

1
.github/workflows/docker-image.yml

@ -16,3 +16,4 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t awscibo . --file Dockerfile --tag awscibo:$(date +%s)
run: docker image push

Loading…
Cancel
Save