Compare commits
2 Commits
67e709b65f
...
b955384ebc
| Author | SHA1 | Date | |
|---|---|---|---|
|
b955384ebc
|
|||
|
433846ada7
|
@@ -51,7 +51,7 @@ jobs:
|
||||
tags: ${{ github.ref_name }}
|
||||
context: ./containers/fedora
|
||||
containerfiles: ./containers/fedora/Containerfile
|
||||
platforms: linux/amd64, linux/arm64
|
||||
platforms: linux/amd64
|
||||
- name: Push
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
with:
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
context: ./containers/${{ matrix.container }}
|
||||
containerfiles: ./containers/${{ matrix.container }}/Containerfile
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
platforms: linux/amd64, linux/arm64
|
||||
platforms: linux/amd64
|
||||
- name: Push
|
||||
if: steps.check.outputs.run == 'true'
|
||||
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/lazydocker && \
|
||||
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 \
|
||||
host-spawn dbus-launch \
|
||||
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker lazysql
|
||||
|
||||
Reference in New Issue
Block a user