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 de6ac22 commit d25f6aeCopy full SHA for d25f6ae
.github/workflows/docker-image.yml
@@ -31,14 +31,14 @@ jobs:
31
- name: Login to Docker Hub
32
uses: docker/login-action@v3
33
with:
34
- username: ${{ secrets.DOCKERHUB_DIGMAAI_USERNAME }}
35
- password: ${{ secrets.DOCKERHUB_DIGMAAI_TOKEN }}
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
36
37
- name: Docker meta
38
id: metadata
39
uses: docker/metadata-action@v5
40
41
- images: digmaai/digma-ui
+ images: digmatic/digma-ui
42
tags: |
43
type=ref,event=branch
44
type=ref,event=pr
nginx.conf.template
0 commit comments