Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cromega committed May 4, 2020
1 parent f49e58b commit 1334ab4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docker hub login
- name: Docker login
env:
DOCKERHUB_PW: ${{ secrets.dockerhub_password }}
run: echo "$DOCKERHUB_PW" | docker login -u cromega --password-stdin

- name: Push image
run: |
docker build -t cromega/keyguard .
docker push cromega/keyguard
- name: Build
run: docker build -t cromega/keyguard .
- name: Push
run: docker push cromega/keyguard

0 comments on commit 1334ab4

Please sign in to comment.