Skip to content

Commit

Permalink
try fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Dec 7, 2023
1 parent ce4ccf5 commit 2d0feb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo $GITHUB_SHA
- name: Run Build
env:
IMAGE_NAME: ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
IMAGE_NAME: ghcr.io/${{ github.repository }}:${{github.sha}}
URL: "https://staging.docs.rarimo.com"
DOMAIN: staging.docs.rarimo.com
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'

env:
IMAGE_NAME: ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
IMAGE_NAME: ghcr.io/${{ github.repository }}:${{github.ref_name}}
URL: "https://staging.docs.rarimo.com"
DOMAIN: staging.docs.rarimo.com

Expand Down

0 comments on commit 2d0feb0

Please sign in to comment.