Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Fix the path to the GAR_LOCATION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-dfg committed Sep 25, 2024
1 parent e442f14 commit fe14a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build image
run: |-
docker build -t scipio:alpha . &&
docker tag scipio ${{ GAR_LOCATION }}/scipio:latest
docker tag scipio ${{ env.GAR_LOCATION }}/scipio:latest
working-directory: .
- name: Push image
Expand Down

0 comments on commit fe14a97

Please sign in to comment.