Skip to content

Commit

Permalink
♻️ ansible: Remove ansible folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje committed Feb 25, 2024
1 parent fd4d87f commit f147058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pubilsh-ansible-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pubilsh-ansible-image
name: pubilsh-image

on:
push:
Expand Down Expand Up @@ -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
File renamed without changes.
File renamed without changes.

0 comments on commit f147058

Please sign in to comment.