Skip to content

Commit

Permalink
misp
Browse files Browse the repository at this point in the history
  • Loading branch information
vncloudsco authored Jun 22, 2024
1 parent 14d47dc commit 7e3ea11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ jobs:
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
cd intexternal-import/misp && docker buildx build --platform linux/amd64,linux/arm64 -t vouu/external-import-misp:21-06-2024 . --push
- name: Build and Push Docker Image for external-import/misp
cd external-import/misp/ && docker buildx build --platform linux/amd64,linux/arm64 -t vouu/external-import-misp:21-06-2024 . --push
- name: Build and Push Docker Image for connector-import-document
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down

0 comments on commit 7e3ea11

Please sign in to comment.