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.
2 parents 5e02a00 + de92958 commit b01995cCopy full SHA for b01995c
.github/workflows/build-docs.yml
@@ -26,6 +26,7 @@ jobs:
26
needs: [checks]
27
env:
28
REGISTRY_URL: ghcr.io
29
+ REPOSITORY: ${{ github.repository }}
30
strategy:
31
fail-fast: false
32
matrix:
@@ -59,7 +60,7 @@ jobs:
59
60
context: .
61
file: Dockerfile
62
push: ${{ github.ref == 'refs/heads/master' }}
- tags: ${{ env.REGISTRY_URL }}/anoma/namada-docs:${{ matrix.docker.image }}-main
63
+ tags: ${{ env.REGISTRY_URL }}/${{ env.REPOSITORY }}:${{ matrix.docker.image }}
64
labels: ${{ steps.meta.outputs.labels }}
65
build-args: |
66
"TARGET=${{ matrix.docker.path }}"
0 commit comments