Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec authored Jan 23, 2025
1 parent e351426 commit 046ba2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
DOCKER_HUB_NAMESPACE: pdfix
DOCKER_HUB_REPOSITORY: lang-detect
DOCKER_HUB_REPOSITORY: detect-language

jobs:
push_to_registry:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
id: push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64 # ,linux/arm64
platforms: linux/amd64 ,linux/arm64
context: .
file: ./Dockerfile
push: true
Expand Down

0 comments on commit 046ba2b

Please sign in to comment.