Skip to content

Commit

Permalink
Hotfix/docker - Stop publishing sandbox image with ref (flyteorg#1425)
Browse files Browse the repository at this point in the history
* Added hotfix for sandbox

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Sep 3, 2021
1 parent 36a241b commit 144aa14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
username: "${{ secrets.FLYTE_BOT_USERNAME }}"
password: "${{ secrets.FLYTE_BOT_PAT }}"
image_name: ${{ github.repository_owner }}/flyte-sandbox
image_tag: latest,${{ github.sha }},${{ github.event.ref }}
image_tag: latest,${{ github.sha }}
registry: ghcr.io
build_extra_args: "--target=default --compress=true"
context: ./
Expand All @@ -40,7 +40,7 @@ jobs:
username: "${{ secrets.FLYTE_BOT_USERNAME }}"
password: "${{ secrets.FLYTE_BOT_PAT }}"
image_name: ${{ github.repository_owner }}/flyte-sandbox
image_tag: dind,dind-${{ github.sha }},dind-${{ github.event.ref }}
image_tag: dind,dind-${{ github.sha }}
registry: ghcr.io
build_extra_args: "--target=dind --compress=true"
context: ./
Expand Down

0 comments on commit 144aa14

Please sign in to comment.