Skip to content

Commit

Permalink
Updated mongodb to 6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andlinger authored Dec 19, 2023
1 parent 03691f5 commit 4531be8
Showing 1 changed file with 3 additions and 3 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.10,i15s/mongo:6.0,i15s/mongo:6
tags: i15s/mongo:6.0.12,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.10 \
--tag ghcr.io/instant-solutions/mongo:6.0.12 \
--tag ghcr.io/instant-solutions/mongo:6.0 \
--tag ghcr.io/instant-solutions/mongo:6 \
i15s/mongo:6.0.10
i15s/mongo:6.0.12

0 comments on commit 4531be8

Please sign in to comment.