Skip to content

Commit

Permalink
Merge pull request #29 from cyber-dojo/add-ci-workflow-image-caching
Browse files Browse the repository at this point in the history
Fix CI env-var
  • Loading branch information
JonJagger committed May 1, 2024
2 parents 2a806d0 + 619b268 commit e9adb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_TRAIL: ${{ github.sha }}
SERVICE_NAME: ${{ github.event.repository.name }} # saver
IMAGE_TAR_FILENAME: /tmp/${{ env.SERVICE_NAME }}:${{ github.sha }}.tar
IMAGE_TAR_FILENAME: /tmp/${{ github.event.repository.name }}:${{ github.sha }}.tar

jobs:

Expand Down

0 comments on commit e9adb1c

Please sign in to comment.