Skip to content

Commit

Permalink
fix: ci/cd file name (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 authored Sep 26, 2023
1 parent 666f7e3 commit a77fdf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all

jobs:
build:
name: Test and build image
name: Build image
runs-on: ubuntu-latest

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Build Shopify Tracker Docker Image
# Only merged pull requests must trigger
if: github.event.pull_request.merged == true
uses: ./.github/workflows/build-push-docker-image.yml
uses: ./.github/workflows/build-and-push-docker-image.yml
with:
img_tag: rudder-shopify-tracker:${{steps.get-version.outputs.version}}

Expand Down

0 comments on commit a77fdf9

Please sign in to comment.