Skip to content

Commit

Permalink
feat: command tag name change (#252) (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeraldJF authored Sep 24, 2024
1 parent 85eeb07 commit c59c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
context: ./command-service
platforms: linux/amd64
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/flink-command-service:${{ github.ref_name }}
tags: ${{ vars.DOCKERHUB_USERNAME }}/obsrv-command-service:${{ github.ref_name }}

aws-deploy:
needs: [build-api-service-image, build-command-service-image]
Expand Down

0 comments on commit c59c309

Please sign in to comment.