Skip to content

Commit

Permalink
Merge pull request #38 from cyber-dojo/ci-experiment
Browse files Browse the repository at this point in the history
Learn about Github Action indexing operator
  • Loading branch information
JonJagger committed May 1, 2024
2 parents 9d14f02 + 7bedbc9 commit ddb293c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
KOSLI_TRAIL: ${{ github.sha }}
SERVICE_NAME: ${{ github.event.repository.name }} # saver
IMAGE_TAR_FILENAME: /tmp/${{ github.event.repository.name }}:${{ github.sha }}.tar
TEST_IMAGE_NAME: '244531986313.dkr.ecr.eu-central-1.amazonaws.com/saver:${{ github.sha }}[0]'
TEST_IMAGE_NAME: '244531986313.dkr.ecr.eu-central-1.amazonaws.com/saver:${{ (github.sha)[0] }}'

jobs:

Expand All @@ -24,7 +24,7 @@ jobs:
- name: Show test image name
run: |
echo "TEST_IMAGE_NAME=:${TEST_IMAGE_NAME}:"
echo "${{ github.sha }}[0]${{ github.sha }}[1]${{ github.sha }}[2]"
echo "${{ (github.sha)[0] }}"
exit 42
setup:
Expand Down

0 comments on commit ddb293c

Please sign in to comment.