Skip to content

Commit

Permalink
GitHub Actions CI and Footer.tsx changes
Browse files Browse the repository at this point in the history
Signed-off-by: mxmar <[email protected]>
  • Loading branch information
mxmar committed Jan 15, 2024
1 parent 92f727a commit 8cdeec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-tag-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ui/snippets/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8cdeec6

Please sign in to comment.