Skip to content

Commit

Permalink
Merge pull request #144 from opcr-io/update_actions_tag_in_template
Browse files Browse the repository at this point in the history
Update actions tag in GH CI template
  • Loading branch information
oanatmaria authored Apr 18, 2023
2 parents 53c2959 + 312ce86 commit b12d311
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:

- name: Policy Login
id: policy-login
uses: opcr-io/policy-login-action@v2
uses: opcr-io/policy-login-action@v3
with:
username: {{`${{ steps.config.outputs.username }}` }}
password: {{`${{ secrets.`}}{{ pushkey }} }}
server: {{`${{ steps.config.outputs.server }}` }}

- name: Policy Build
id: policy-build
uses: opcr-io/policy-build-action@v2
uses: opcr-io/policy-build-action@v3
with:
src: src
tag: {{`${{ steps.config.outputs.repo }}` }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Policy Tag
id: policy-tag
uses: opcr-io/policy-tag-action@v2
uses: opcr-io/policy-tag-action@v3
with:
source_tag: {{`${{ steps.config.outputs.repo }}` }}
target_tags: {{`${{ steps.tags.outputs.target_tags }}` }}
Expand All @@ -69,14 +69,14 @@ jobs:

- name: Policy Push
id: policy-push
uses: opcr-io/policy-push-action@v2
uses: opcr-io/policy-push-action@v3
with:
tags: {{`${{ steps.tags.outputs.target_tags }}` }}
env:
POLICY_DEFAULT_DOMAIN: {{`${{ steps.config.outputs.server }}` }}

- name: Policy Logout
id: policy-logout
uses: opcr-io/policy-logout-action@v2
uses: opcr-io/policy-logout-action@v3
with:
server: {{`${{ steps.config.outputs.server }}` }}

0 comments on commit b12d311

Please sign in to comment.