From 26cb85ce76135b94e66248b1a21afda6bdc8489d Mon Sep 17 00:00:00 2001 From: David Andlinger Date: Thu, 28 Sep 2023 07:51:51 +0000 Subject: [PATCH] updated to 6.0.10 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8cf5db..51938ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,12 @@ jobs: with: context: ./6.0 platforms: linux/amd64,linux/arm64 - tags: i15s/mongo:6.0.6,i15s/mongo:6.0,i15s/mongo:6 + tags: i15s/mongo:6.0.10,i15s/mongo:6.0,i15s/mongo:6 push: true - name: Push image to GitHub container registry run: | docker buildx imagetools create \ - --tag ghcr.io/instant-solutions/mongo:6.0.6 \ + --tag ghcr.io/instant-solutions/mongo:6.0.10 \ --tag ghcr.io/instant-solutions/mongo:6.0 \ --tag ghcr.io/instant-solutions/mongo:6 \ - i15s/mongo:6.0.6 \ No newline at end of file + i15s/mongo:6.0.10 \ No newline at end of file