mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-20 18:58:01 +03:00
gha fix
This commit is contained in:
parent
8ccbe176da
commit
db2bd2b2d9
@ -191,6 +191,18 @@ jobs:
|
|||||||
- name: Log into docker registry
|
- name: Log into docker registry
|
||||||
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
|
run: echo "${{ secrets.DOCKER_SERVER_KEY }}" | docker login -u "${{ secrets.DOCKER_SERVER_LOGIN }}" --password-stdin
|
||||||
|
|
||||||
|
- name: Log into Quay.IO registry
|
||||||
|
run: echo "${{ secrets.QUAY_SERVER_KEY }}" | docker login -u "${{ secrets.QUAY_SERVER_LOGIN }}" --password-stdin "${{ secrets.QUAY_SERVER_URL }}"
|
||||||
|
|
||||||
|
- name: Check buildah
|
||||||
|
run: buildah --version
|
||||||
|
|
||||||
|
- name: Test Make
|
||||||
|
run: make
|
||||||
|
|
||||||
|
- name: Install requirements.txt
|
||||||
|
run: make pip
|
||||||
|
|
||||||
- name: Build and Deploy JDK ${{ matrix.version }}
|
- name: Build and Deploy JDK ${{ matrix.version }}
|
||||||
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk${{ matrix.version }} && pwd && make build && make deploy
|
run: cd linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk${{ matrix.version }} && pwd && make build && make deploy
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Install requirements.txt
|
- name: Install requirements.txt
|
||||||
run: make pipin
|
run: make pip
|
||||||
|
|
||||||
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
||||||
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/${{ matrix.path }} && pwd && make build && make deploy
|
run: cd linux/ecosystem/epicmorg/debian/12-bookworm/${{ matrix.path }} && pwd && make build && make deploy
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Install requirements.txt
|
- name: Install requirements.txt
|
||||||
run: make pipin
|
run: make pip
|
||||||
|
|
||||||
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
||||||
run: cd linux/ecosystem/epicmorg/debian/13-trixie/${{ matrix.path }} && pwd && make build && make deploy
|
run: cd linux/ecosystem/epicmorg/debian/13-trixie/${{ matrix.path }} && pwd && make build && make deploy
|
||||||
|
@ -89,7 +89,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Install requirements.txt
|
- name: Install requirements.txt
|
||||||
run: make pipin
|
run: make pip
|
||||||
|
|
||||||
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
- name: Build and Deploy Node.js ${{ matrix.type || matrix.version }}
|
||||||
run: cd linux/ecosystem/epicmorg/debian/sid/${{ matrix.path }} && pwd && make build && make deploy
|
run: cd linux/ecosystem/epicmorg/debian/sid/${{ matrix.path }} && pwd && make build && make deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user