Skip to content

Commit

Permalink
build: change job name
Browse files Browse the repository at this point in the history
  • Loading branch information
micaellobo committed Apr 20, 2024
1 parent f2db876 commit ccaf60d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:
- 'README.md'
- '.insomnium'
jobs:
docker:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
service: [ eureka-service, api-gateway, user-service, auth-service, inventory-service, reviews-service, order-service, notification-service ]
platforms: [ linux/arm64, linux/amd64, darwin/amd64, darwin/amd64 ]
steps:
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v2
Expand All @@ -30,5 +29,5 @@ jobs:
context: "{{defaultContext}}:${{ matrix.service }}"
push: true
tags: 8160202/${{ matrix.service }}:latest
platforms: ${{ matrix.platforms }}
platforms: linux/arm64, linux/amd64, darwin/amd64, darwin/amd64

0 comments on commit ccaf60d

Please sign in to comment.