Skip to content

Commit fe9a557

Browse files
committed
move back to docker hub (github's reg isn't quite there yet)
1 parent e5290e3 commit fe9a557

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ jobs:
1212
- name: Publish latest image
1313
uses: elgohr/Publish-Docker-Github-Action@master
1414
with:
15-
name: ${{ github.repository }}/wamplius
16-
registry: docker.pkg.github.com
15+
name: gieseladev/wamplius
1716
username: ${{ secrets.DOCKER_USERNAME }}
1817
password: ${{ secrets.DOCKER_PASSWORD }}
1918

2019
- if: contains(github.ref, 'refs/tags/v')
2120
name: Publish tagged image
2221
uses: elgohr/Publish-Docker-Github-Action@master
2322
with:
24-
name: ${{ github.repository }}/wamplius
25-
registry: docker.pkg.github.com
23+
name: gieseladev/wamplius
2624
username: ${{ secrets.DOCKER_USERNAME }}
2725
password: ${{ secrets.DOCKER_PASSWORD }}
2826
tag_names: "true"

0 commit comments

Comments
 (0)