Skip to content

Commit

Permalink
Merge branch 'master' into disable_systemd_resolvd
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 24, 2024
2 parents c6747b8 + 50bd788 commit b0ae447
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/ansible/community-ansible-dev-tools:latest
credentials:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_PASSWORD }}"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/ansible/community-ansible-dev-tools:latest
credentials:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_PASSWORD }}"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,6 +88,9 @@ jobs:
environment: Production
container:
image: ghcr.io/ansible/community-ansible-dev-tools:latest
credentials:
username: "${{ secrets.GHCR_USERNAME }}"
password: "${{ secrets.GHCR_PASSWORD }}"
volumes:
- /home/runner/ansible-vault:/tmp:ro
- /home/runner/.ssh:/root/.ssh:ro
Expand Down

0 comments on commit b0ae447

Please sign in to comment.