Skip to content

Commit

Permalink
build only amd64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Sep 25, 2024
1 parent 9058f07 commit 5a396c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action-novel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
REGISTRY_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.DOCKER_HUB_TOKEN }}
REGISTRY_NAME_SPACE: ${{ secrets.DOCKER_HUB_NAME_SPACE }}
DOCKER_BUILD_PLATFORMS: 'linux/amd64'
DOCKER_BUILD_NAME: 'novel'
DOCKER_BUILD_PATH: './novel'

0 comments on commit 5a396c2

Please sign in to comment.