Skip to content

Commit

Permalink
modified: .github/workflows/docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamTatvamasi committed Feb 23, 2022
1 parent 0252fea commit 342b616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
3 changes: 1 addition & 2 deletions ansible/hosts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
all:
hosts:
192.168.60.171
hosts: 192.168.60.171
vars:
ansible_user: "vagrant"
mme_addr: "192.168.60.142"
Expand Down

0 comments on commit 342b616

Please sign in to comment.