From 0d49102bd2a85a8d240a5ca57a3300da358b00a0 Mon Sep 17 00:00:00 2001 From: Mikhail Puzanov Date: Thu, 13 Jul 2023 17:06:21 +0200 Subject: [PATCH] Fix docker image link --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48d9335..ca990de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: context: ./ file: ./Dockerfile push: true - tags: ripencc/rpki-irr-bgp-stats:latest + tags: ghcr.io/ripe-ncc/rpki-irr-bgp-stats:latest labels: "org.label-schema.vcs-ref=${{ github.sha }}" build-args: | RPKI_IRR_BGP_STATS_DIST=./rpki-irr-bgp-stats-dist.tar.gz