Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed May 18, 2021
1 parent 6ece318 commit 55ed16a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ on:
- V*

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
repository: covidgraph/data-cord19
tags: latest
username: ${{ secrets.DZD_DOCKER_USERNAME }}
password: ${{ secrets.DZD_DOCKER_PASSWORD }}
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file dockerfile --tag data-cord19:latest
- name: Publish to Registry
uses: HurricanKai/Publish-Docker-Github-Action@master
with:
name: covidgraph/data-cord19
username: ${{ secrets.DZD_DOCKER_USERNAME }}
password: ${{ secrets.DZD_DOCKER_PASSWORD }}

0 comments on commit 55ed16a

Please sign in to comment.