Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
fix docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Jul 28, 2020
1 parent 8351723 commit 9d0236d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
env:
OVFTOOL_LOCATION: ${{secrets.OVFTOOL_LOCATION}}
with:
name: flanksource/konfigadm
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 9d0236d

Please sign in to comment.