Skip to content

Commit

Permalink
updated to 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andlinger committed Sep 28, 2023
1 parent 9648773 commit 26cb85c
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.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

0 comments on commit 26cb85c

Please sign in to comment.