Compare commits
2 Commits
67e709b65f
...
b955384ebc
| Author | SHA1 | Date | |
|---|---|---|---|
|
b955384ebc
|
|||
|
433846ada7
|
@@ -51,7 +51,7 @@ jobs:
|
|||||||
tags: ${{ github.ref_name }}
|
tags: ${{ github.ref_name }}
|
||||||
context: ./containers/fedora
|
context: ./containers/fedora
|
||||||
containerfiles: ./containers/fedora/Containerfile
|
containerfiles: ./containers/fedora/Containerfile
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
context: ./containers/${{ matrix.container }}
|
context: ./containers/${{ matrix.container }}
|
||||||
containerfiles: ./containers/${{ matrix.container }}/Containerfile
|
containerfiles: ./containers/${{ matrix.container }}/Containerfile
|
||||||
build-args: TAG=${{ github.ref_name }}
|
build-args: TAG=${{ github.ref_name }}
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64
|
||||||
- name: Push
|
- name: Push
|
||||||
if: steps.check.outputs.run == 'true'
|
if: steps.check.outputs.run == 'true'
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
|||||||
dnf copr enable -y atim/lazygit && \
|
dnf copr enable -y atim/lazygit && \
|
||||||
dnf copr enable -y atim/lazydocker && \
|
dnf copr enable -y atim/lazydocker && \
|
||||||
dnf copr enable -y gierth/tools-golang && \
|
dnf copr enable -y gierth/tools-golang && \
|
||||||
|
dnf copr enable agriffis/neovim-nightly && \
|
||||||
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
|
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker lazysql
|
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker lazysql
|
||||||
|
|||||||
Reference in New Issue
Block a user