We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5290e3 commit fe9a557Copy full SHA for fe9a557
.github/workflows/deploy.yaml
@@ -12,17 +12,15 @@ jobs:
12
- name: Publish latest image
13
uses: elgohr/Publish-Docker-Github-Action@master
14
with:
15
- name: ${{ github.repository }}/wamplius
16
- registry: docker.pkg.github.com
+ name: gieseladev/wamplius
17
username: ${{ secrets.DOCKER_USERNAME }}
18
password: ${{ secrets.DOCKER_PASSWORD }}
19
20
- if: contains(github.ref, 'refs/tags/v')
21
name: Publish tagged image
22
23
24
25
26
27
28
tag_names: "true"
0 commit comments