Skip to content

Commit

Permalink
fix: Remove unnecessary @ from reference link
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Mar 8, 2024
1 parent 76f8a00 commit c2d8e04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
# Build and push image
- name: Build and push image
id: build_and_deploy
uses: warestack/platform@ci-cd-and-automation/github/composite-actions/docker-build-and-push@v1.0.0
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/docker-build-and-push@v1.0.0
with:
registry_url: ${{ steps.configure_aws.outputs.registry_url }}
image_name: ${{ env.IMAGE_NAME }}

# Install or upgrade Helm chart
- name: Install or upgrade Helm chart
uses: warestack/platform@ci-cd-and-automation/github/composite-actions/helm-install-local-chart@v1.0.0
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/helm-install-local-chart@v1.0.0
with:
release_name: ${{ env.RELEASE_NAME }}
namespace: ${{ env.NAMESPACE }}
Expand Down

0 comments on commit c2d8e04

Please sign in to comment.