Fix build order and specify external dependency
Some checks failed
Build and push latest / publish (ubuntu-cpp) (push) Waiting to run
Build and push latest / publish (fedora-act) (push) Failing after 21s
Build and push latest / publish (fedora-cpp) (push) Has been cancelled

This commit is contained in:
Erki 2024-09-18 13:15:59 +03:00
parent f8d8e26084
commit 6e64808237
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
publish:
strategy:
matrix:
image: ["fedora-act", "fedora-cpp", "ubuntu-cpp"]
image: ["fedora-cpp", "ubuntu-cpp", "fedora-act"]
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
steps:
@ -25,6 +25,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
push: false
push: true
tags: "erki/${{ matrix.image }}:latest"
file: ${{ matrix.image }}.Dockerfile

View File

@ -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