Skip to content

Commit

Permalink
Update PublishDocker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vncloudsco authored Mar 1, 2024
1 parent 9e67259 commit ad0e793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
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/coraza-nginx . --push
- name: Build and Push Docker Image for coraza-nginx
- name: Build and Push Docker Image for coraza-nginx-daily
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down

0 comments on commit ad0e793

Please sign in to comment.