From eb81ebd810b447854a093e06c984a70e257c49d4 Mon Sep 17 00:00:00 2001 From: Wojciech Sipak Date: Thu, 10 Oct 2024 11:59:06 +0200 Subject: [PATCH] use proper tag [skip ci] --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8afc11b592b..9c9dca2217e 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -40,7 +40,7 @@ jobs: with: context: context push: true - tags: cores-veer-el2:latest + tags: ghcr.io/chipsalliance/cores-veer-el2:latest file: .github/Dockerfile build-args: | VERILATOR_VERSION=${{ env.VERILATOR_VERSION }}