mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-01 21:27:15 +00:00
simplify docker action
This commit is contained in:
parent
e80ebf180c
commit
1c05c1b23a
@ -24,10 +24,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
- uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2
|
||||
- name: Push to Docker Hub
|
||||
- uses: docker/build-push-action@v1
|
||||
- with:
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
dockerfile: ./docker/Dockerfile
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user