Skip to content

Commit

Permalink
Update publish-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Aug 15, 2024
1 parent 20f4f00 commit 19b02a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
push_to_registry:
name: Push Docker Image to Docker Hub
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/meshdb'
#if: github.ref == 'refs/heads/meshdb'
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -34,7 +34,8 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: helm
#tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

deploy_to_grandsvc:
Expand Down

0 comments on commit 19b02a6

Please sign in to comment.