Skip to content

Commit

Permalink
Next try to get docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 16, 2024
1 parent 89ec090 commit 0468de1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavour: |
suffix=-cuda12,onlatest=true
- name: Tag for workflow_dispatch
id: dispatch_tag
Expand All @@ -117,8 +119,8 @@ jobs:
echo "::set-output name=latest::${LATEST_TAG}"
fi
env:
FULL_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}-cuda12
LATEST_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-cuda12
FULL_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}
LATEST_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
TAG: ${{ github.event.inputs.tag }}
LATEST: ${{ github.event.inputs.latest }}

Expand Down

0 comments on commit 0468de1

Please sign in to comment.