Skip to content

Commit

Permalink
fix: Add tag version to composite actions
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 b21ba37 commit 76f8a00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Configure AWS
- name: Configure AWS
id: configure_aws
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/configure-aws
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/configure-aws@v1.0.0
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -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
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
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 76f8a00

Please sign in to comment.