Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsc committed Aug 21, 2023
1 parent a1f1a59 commit 487610d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- include:
mongo_version: 6.0.2
include:
- mongo_version: 6.0.2
platforms: |-
linux/amd64
- include:
mongo_version: 5.0.20
- mongo_version: 5.0.20
platforms: |-
linux/amd64
linux/arm64
Expand All @@ -37,11 +35,10 @@ jobs:
- name: Login to Docker registry
uses: docker/[email protected]
with:
registry: ${{ env.ORG_NAME }}
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push ${{ matrix.name }}
- name: Build and push ${{ matrix.mongo_version }}
uses: docker/[email protected]
with:
context: .
Expand Down

0 comments on commit 487610d

Please sign in to comment.