docker-swarm #74

Merged
werewolfkid merged 2 commits from docker-swarm into main 2025-10-15 13:34:42 -04:00
4 changed files with 47 additions and 10 deletions
Showing only changes of commit 98376d93d6 - Show all commits

View File

@@ -8,7 +8,7 @@ on:
env:
REGISTRY: gitea.lucids-cove.duckdns.org
OWNER: lcm
OWNER: wkc
IMAGE_NAME: no-twitter-bot
jobs:
@@ -18,7 +18,6 @@ jobs:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: "Base requirements"
run: |
# packages
@@ -26,6 +25,7 @@ jobs:
# ansible collections
ansible-galaxy collection install community.general --force
ansible-galaxy collection install ansible.posix --force
- uses: actions/checkout@v4
- name: Enable Corepack
run: npm install -g corepack && corepack enable
- name: Log into registry ${{ env.REGISTRY }}