Skip to content

Commit

Permalink
move to ghcr registry
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Joshi <adityaprakashjoshi1@gmail.com>
  • Loading branch information
adityajoshi12 committed Apr 29, 2023
1 parent b3aec58 commit 268240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.image_path_format.outputs.lowercase }}/explorer:latest
platforms: linux/amd64, linux/arm64, linux/arm/v7, darwin/amd64, darwin/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7,darwin/amd64,darwin/arm64

- name: Build and push img with latest tag
id: explorer-db_latest
Expand Down

0 comments on commit 268240c

Please sign in to comment.