Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Jun 9, 2024
1 parent ca83b2f commit 4e26dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/deeplx-pro:${{ github.ref_name }}
${{ secrets.DOCKERHUB_USERNAME }}/deeplx-pro:latest

0 comments on commit 4e26dce

Please sign in to comment.