Fix build order and specify external dependency
This commit is contained in:
parent
f8d8e26084
commit
6e64808237
@ -6,7 +6,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: ["fedora-act", "fedora-cpp", "ubuntu-cpp"]
|
image: ["fedora-cpp", "ubuntu-cpp", "fedora-act"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
@ -25,6 +25,6 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: false
|
push: true
|
||||||
tags: "erki/${{ matrix.image }}:latest"
|
tags: "erki/${{ matrix.image }}:latest"
|
||||||
file: ${{ matrix.image }}.Dockerfile
|
file: ${{ matrix.image }}.Dockerfile
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM skullnet/fedora-cpp:latest
|
FROM git.skullnet.me/erki/skullnet/fedora-cpp:latest
|
||||||
|
|
||||||
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | bash
|
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | bash
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user