diff --git a/.github/workflows/publish-tag-images.yml b/.github/workflows/publish-tag-images.yml index 3a1ea3283e..6d0483054d 100644 --- a/.github/workflows/publish-tag-images.yml +++ b/.github/workflows/publish-tag-images.yml @@ -41,6 +41,8 @@ jobs: context: . file: ./Dockerfile push: true + build-args: | + GIT_TAG=${{ github.ref_name }} tags: | ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.ref_name }} ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:latest diff --git a/ui/snippets/footer/Footer.tsx b/ui/snippets/footer/Footer.tsx index 0589b91685..efcb8da8b5 100644 --- a/ui/snippets/footer/Footer.tsx +++ b/ui/snippets/footer/Footer.tsx @@ -33,7 +33,7 @@ const Footer = () => { icon: 'social/git' as const, iconSize: '18px', text: 'Contribute', - url: 'https://github.com/lukso-network/network-explorer-execution-frontend', + url: 'https://github.com/lukso-network/', }, { icon: 'social/tweet' as const,