Skip to content

Commit

Permalink
Fix github action builds
Browse files Browse the repository at this point in the history
  • Loading branch information
derogab committed Feb 15, 2021
1 parent 893af03 commit adfee5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- uses: actions/checkout@v2

- name: Build client image
run: docker build . --file Dockerfile --tag $IMAGE_NAME_CLIENT
run: docker build . --tag $IMAGE_NAME_CLIENT

- name: Build daemon image
run: docker build ./daemon --file Dockerfile --tag $IMAGE_NAME_DAEMON
run: docker build ./daemon --tag $IMAGE_NAME_DAEMON

- name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit adfee5c

Please sign in to comment.