Skip to content

Commit

Permalink
Update and rename docker-build.yml to docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 12, 2021
1 parent 16dd343 commit f096d6f
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: opensecurity/mobile-security-framework-mobsf:latest

-
name: Build and push ARM
run: |
docker buildx build \
--platform=linux/arm64 \
--output "type=image,push=true" \
--file ./Dockerfile . \
--tag opensecurity/mobile-security-framework-mobsf:arm
push: true
context: .
platforms: linux/amd64,linux/arm64
tags: opensecurity/mobile-security-framework-mobsf:latest

0 comments on commit f096d6f

Please sign in to comment.