Skip to content

Commit

Permalink
Build push docker
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Sep 4, 2024
1 parent 1f64b04 commit 911ad39
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@ jobs:
- name: Publish to GitHub Packages
uses: docker/build-push-action@v4
with:
file: consumer.Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: |
ghcr.io/osmosis-labs/meshconsumerd:latest
ghcr.io/osmosis-labs/meshconsumerd:${{ env.DOCKER_IMAGE_TAG }}
- name: Publish to GitHub Packages
uses: docker/build-push-action@v4
with:
file: provider.Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: |
ghcr.io/osmosis-labs/meshproviderd:latest
ghcr.io/osmosis-labs/meshproviderd:${{ env.DOCKER_IMAGE_TAG }}

0 comments on commit 911ad39

Please sign in to comment.