Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vncloudsco authored Dec 18, 2023
1 parent 86dd6db commit fa1c189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin


- name: Build and Push Docker Image for Tinyfilemanager
- name: Build and Push Docker Image for fastapi
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
docker buildx build --platform linux/amd64,linux/arm64 -t vouu/tinyfilemanager . --push
docker buildx build --platform linux/amd64,linux/arm64 -t vouu/fastapi . --push

0 comments on commit fa1c189

Please sign in to comment.