Skip to content

Commit

Permalink
adding packer-vmware build option
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Dec 28, 2024
1 parent b84964d commit 64fd995
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
# platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository_owner }}/ansible-playbook:latest
- name: Build and push ansible
uses: docker/build-push-action@v2
with:
context: ./packer-vmware
file: ./packer-vmware/Dockerfile
# platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository_owner }}/packer-vmware:latest

0 comments on commit 64fd995

Please sign in to comment.