Skip to content

Commit

Permalink
fix(workflow): Add docker file build
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Apr 4, 2024
1 parent 32e6cf4 commit daab39a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
context: .
file: ./dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/libre-blocks-explorer:latest
tags: ghcr.io/libre-blocks-explorer/libre-blocks-explorer:latest
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/libre-blocks-explorer:cache
cache-from: type=registry,ref=ghcr.io/libre-blocks-explorer/libre-blocks-explorer:cache
cache-to: type=inline
build-args: |
NEXT_PUBLIC_LIBRE_API=https://dashboard-api.libre.org
Expand All @@ -41,4 +41,4 @@ jobs:
NEXT_PUBLIC_PROVIDER_LINK=https://libre.org/
- name: Verify Built Image
run: docker run --rm ghcr.io/${{ github.repository }}/libre-blocks-explorer:latest
run: docker run --rm ghcr.io/libre-blocks-explorer/libre-blocks-explorer:latest

0 comments on commit daab39a

Please sign in to comment.