Skip to content

Commit

Permalink
storing docker images - v7
Browse files Browse the repository at this point in the history
  • Loading branch information
pthomison committed Mar 23, 2024
1 parent b9758ca commit 807250a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
# docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG

- name: Set short git commit SHA
id: vars
id: git-vars
run: |
calculatedSha=$(task rev)
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV
- name: Set Image Vars
id: vars
id: image-vars
env:
REGISTRY: "${{ steps.login-ecr.outputs.registry }}"
REPOSITORY: "k3auto"
Expand Down

0 comments on commit 807250a

Please sign in to comment.