From a26b736cf77db531a176d859b55c4a63d775a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Hatland?= Date: Fri, 6 Oct 2023 11:27:37 +0200 Subject: [PATCH] fix: db image pushed to correct tag --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 15d3f3d..2d8ebba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,4 +38,4 @@ jobs: platforms: linux/amd64,linux/arm64 file: ./Dockerfile.db push: true - tags: ghcr.io/brreg/brok-navnetjener:latest \ No newline at end of file + tags: ghcr.io/brreg/brok-navnetjener-db:latest \ No newline at end of file