Fix GHA deploy regression

This commit is contained in:
2020-08-08 11:21:42 +01:00
committed by GitHub
parent b2b722e4b6
commit a887ecf71a

View File

@@ -24,7 +24,7 @@ jobs:
- name: Login to DockerHub Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login https://docker.pkg.github.com -u luketainton --password-stdin
- name: Build image for GitHub Package Registry
run: docker build . --file Dockerfile --tag docker.pkg.github.com/luketainton/FHeD/fhed:latest
run: docker build . --file Dockerfile --tag docker.pkg.github.com/luketainton/fhed/fhed:latest
- name: Push image to GitHub Package Registry
run: docker push docker.pkg.github.com/luketainton/FHeD/fhed:latest