Skip to content

Commit

Permalink
Fix build push docker
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Sep 4, 2024
1 parent 911ad39 commit 06877db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
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
Expand All @@ -86,4 +85,3 @@ jobs:
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 06877db

Please sign in to comment.