From f147058ce2618603e4f5e947d91a304f7fc06299 Mon Sep 17 00:00:00 2001 From: jyje Date: Sun, 25 Feb 2024 15:35:01 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20ansible:=20Remove=20ansibl?= =?UTF-8?q?e=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pubilsh-ansible-image.yaml | 7 ++++--- ansible/Dockerfile => Dockerfile | 0 ansible/ansible.cfg => ansible.cfg | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename ansible/Dockerfile => Dockerfile (100%) rename ansible/ansible.cfg => ansible.cfg (100%) diff --git a/.github/workflows/pubilsh-ansible-image.yaml b/.github/workflows/pubilsh-ansible-image.yaml index 94a7d0d..8e5081b 100644 --- a/.github/workflows/pubilsh-ansible-image.yaml +++ b/.github/workflows/pubilsh-ansible-image.yaml @@ -1,4 +1,4 @@ -name: pubilsh-ansible-image +name: pubilsh-image on: push: @@ -26,7 +26,8 @@ jobs: - name: Publish as GitHub Package uses: docker/build-push-action@v5 with: - context: ./ansible - file: ./ansible/Dockerfile + context: . + file: ./Dockerfile + platforms: linux/amd64,linux/arm64 push: true tags: ghcr.io/${{ github.repository }}:latest diff --git a/ansible/Dockerfile b/Dockerfile similarity index 100% rename from ansible/Dockerfile rename to Dockerfile diff --git a/ansible/ansible.cfg b/ansible.cfg similarity index 100% rename from ansible/ansible.cfg rename to ansible.cfg