Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Use latest image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan authored Oct 8, 2020
1 parent 2a44ee2 commit 3587ada
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Validate Helm Releases in test dir
uses: stefanprodan/hrval-action@v3.2.0
uses: stefanprodan/hrval-action@master
with:
helmRelease: test/
awsS3Repo: true
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Validate Helm Releases in test dir
uses: stefanprodan/hrval-action@v3.2.0
uses: stefanprodan/hrval-action@master
with:
helmRelease: test/
env:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Validate Helm Releases in test dir
uses: stefanprodan/hrval-action@v3.2.0
uses: stefanprodan/hrval-action@master
with:
helmRelease: test/
helmSourcesCacheEnabled: true
Expand All @@ -190,7 +190,7 @@ version: 2.1
jobs:
hrval:
docker:
- image: stefanprodan/hrval
- image: stefanprodan/hrval:latest
steps:
- checkout
- run:
Expand Down

0 comments on commit 3587ada

Please sign in to comment.