-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
108 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,4 +86,4 @@ jobs: | |
with: | ||
status: ${{ job.status }} | ||
steps: ${{ toJson(steps) }} | ||
if: failure() | ||
if: failure() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,3 +237,35 @@ jobs: | |
status: ${{ job.status }} | ||
steps: ${{ toJson(steps) }} | ||
if: failure() | ||
|
||
store-image-tags: | ||
needs: deploy-satellite-studios | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout internal 🛎️ | ||
id: checkout-internal | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: 'equinor/energyvision-internal' | ||
ref: main | ||
token: ${{ secrets.PAT }} | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' # Or any version you prefer | ||
|
||
- name: Install dependencies | ||
run: | | ||
npm install js-yaml | ||
- name: Run script for 'studio' | ||
run: node ci/storeImageTags.js studio | ||
|
||
- name: Commit and push changes | ||
run: | | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/equinor/energyvision-internal | ||
git add latest-prod-tags.json | ||
git commit -m "Update latest-prod-tags.json with new tags" || echo "No changes to commit" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,3 +74,35 @@ jobs: | |
status: ${{ job.status }} | ||
steps: ${{ toJson(steps) }} | ||
if: failure() | ||
|
||
store-image-tags: | ||
needs: deploy | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout internal 🛎️ | ||
id: checkout-internal | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: 'equinor/energyvision-internal' | ||
ref: main | ||
token: ${{ secrets.PAT }} | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' # Or any version you prefer | ||
|
||
- name: Install dependencies | ||
run: | | ||
npm install js-yaml | ||
- name: Run script for 'web' | ||
run: node ci/storeImageTags.js web | ||
|
||
- name: Commit and push changes | ||
run: | | ||
git config --global user.name 'github' | ||
git config --global user.email '[email protected]' | ||
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/equinor/energyvision-internal | ||
git add latest-prod-tags.json | ||
git commit -m "Update latest-prod-tags.json with new tags" || echo "No changes to commit" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Contact: https://www.equinor.com/about-us/csirt | ||
Encryption: https://cdn.equinor.com/files/h61q9gi9/global/93bab8605ac16b2a19e25b2bb796c0c8afafcc67.asc?equinor-csirt-pgp-public-key-july-2019.asc | ||
Preferred-Languages: en | ||
Expires: 2023-05-12T08:08:03z | ||
Encryption: https://cdn.equinor.com/files/h61q9gi9/global/93bab8605ac16b2a19e25b2bb796c0c8afafcc67.asc?equinor-csirt.pub.asc | ||
Preferred-Languages: en |