Skip to content

Commit

Permalink
Fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 16, 2024
1 parent 8616910 commit 82840b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
env:
FULL_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.inputs.tag }}-cuda12
LATEST_TAG: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-cuda12
TAG: ${{ github.event.inputs.tag }}-cuda12
LATEST: ${{ github.event.inputs.latest }}-cuda12
TAG: ${{ github.event.inputs.tag }}
LATEST: ${{ github.event.inputs.latest }}

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit 82840b8

Please sign in to comment.