Skip to content

Commit

Permalink
Merge pull request #1 from instant-solutions/release-6.0.10
Browse files Browse the repository at this point in the history
Release 6.0.10
  • Loading branch information
andlinger authored Sep 28, 2023
2 parents ebccec6 + 26cb85c commit e218fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
i15s/mongo:6.0.10
2 changes: 1 addition & 1 deletion 6.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:6.0.6
FROM mongo:6.0.10
LABEL authors="instant:solutions OG"

ARG HEALTHCHECK_VERSION=1.0.0
Expand Down

0 comments on commit e218fbd

Please sign in to comment.