Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/bitovi/github-acti…
Browse files Browse the repository at this point in the history
…ons-deploy-eks-helm-1.2.10
  • Loading branch information
ppawlowski authored Jun 23, 2024
2 parents d2304a7 + 621b3ef commit c9f0b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: '0'

- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.69.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
4 changes: 2 additions & 2 deletions .github/workflows/deploy_helm_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ inputs.cluster_region }}
role-to-assume: arn:aws:iam::${{ secrets.aws_account_id }}:role/${{ inputs.iam_role_name }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

- name: Validate deployment
if: ${{ inputs.validate_url != '' }}
uses: jtalk/url-health-check-action@v3
uses: jtalk/url-health-check-action@v4
with:
url: ${{ inputs.validate_url }}
follow-redirect: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge_multiarch_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.temporary_registry_token}}

- uses: int128/docker-manifest-create-action@v1
- uses: int128/docker-manifest-create-action@v2
name: Merge and push
with:
tags: ghcr.io/${{ env.repository_owner_lower }}/${{ inputs.image_name }}:${{ inputs.image_tag_prefix }}main
Expand Down

0 comments on commit c9f0b6c

Please sign in to comment.