update workflow order
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 48s
All checks were successful
Main / build-and-push-docker-image (20.x) (pull_request) Successful in 48s
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.lucids-cove.duckdns.org
|
REGISTRY: gitea.lucids-cove.duckdns.org
|
||||||
OWNER: lcm
|
OWNER: wkc
|
||||||
IMAGE_NAME: no-twitter-bot
|
IMAGE_NAME: no-twitter-bot
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -18,7 +18,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: "Base requirements"
|
- name: "Base requirements"
|
||||||
run: |
|
run: |
|
||||||
# packages
|
# packages
|
||||||
@@ -26,6 +25,7 @@ jobs:
|
|||||||
# ansible collections
|
# ansible collections
|
||||||
ansible-galaxy collection install community.general --force
|
ansible-galaxy collection install community.general --force
|
||||||
ansible-galaxy collection install ansible.posix --force
|
ansible-galaxy collection install ansible.posix --force
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: npm install -g corepack && corepack enable
|
run: npm install -g corepack && corepack enable
|
||||||
- name: Log into registry ${{ env.REGISTRY }}
|
- name: Log into registry ${{ env.REGISTRY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user