Skip to content

Commit

Permalink
Oppdaterer til ny (og fikset) versjon av action
Browse files Browse the repository at this point in the history
  • Loading branch information
amundsor authored Aug 9, 2023
1 parent 9386668 commit bae5c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact version
id: artifact-version
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@master
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2
- name: Get complete tag
run: |
echo "COMPLETE_TAG=${{ env.REACT_APP_DIGISOS_ENV }}-$( date +%s )-${{ steps.artifact-version.outputs.version }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_dev_sbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact version
id: artifact-version
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@master
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2
- name: Create docker image tags
run: |
echo "DOCKER_TAG=${{ env.DOCKER_IMAGE }}:dev-sbs-${{ steps.artifact-version.outputs.version }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_prod_sbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create artifact version
id: artifact-version
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@master
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2
- name: Get complete tag
run: |
echo "COMPLETE_TAG=prod-sbs-$( date +%s )-${{ steps.artifact-version.outputs.version }}" >> $GITHUB_ENV
Expand Down

0 comments on commit bae5c84

Please sign in to comment.