Skip to content

Commit b01995c

Browse files
authored
Merge pull request #453 from namada-net/fix-ci
fix ci docker images
2 parents 5e02a00 + de92958 commit b01995c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
needs: [checks]
2727
env:
2828
REGISTRY_URL: ghcr.io
29+
REPOSITORY: ${{ github.repository }}
2930
strategy:
3031
fail-fast: false
3132
matrix:
@@ -59,7 +60,7 @@ jobs:
5960
context: .
6061
file: Dockerfile
6162
push: ${{ github.ref == 'refs/heads/master' }}
62-
tags: ${{ env.REGISTRY_URL }}/anoma/namada-docs:${{ matrix.docker.image }}-main
63+
tags: ${{ env.REGISTRY_URL }}/${{ env.REPOSITORY }}:${{ matrix.docker.image }}
6364
labels: ${{ steps.meta.outputs.labels }}
6465
build-args: |
6566
"TARGET=${{ matrix.docker.path }}"

0 commit comments

Comments
 (0)