Fix incorrect order of events
Some checks failed
Build container image / Build and push image (niri) (push) Failing after 3m40s
Build container image / Build and push image (gnome) (push) Successful in 29m30s

This commit is contained in:
2026-03-12 14:46:14 +09:00
parent 4b97329839
commit c320f894a7

View File

@@ -52,21 +52,6 @@ curl --retry 3 -Lo /etc/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub
# flathub repo is present, as-well as the system-installed Firefox as I prefer to use the Flatpak version
dnf5 remove -y fedora-flathub-remote firefox firefox-langpacks
# Install my own layered packages
dnf5 install -y \
fish \
gvfs-nfs \
openssl \
wl-clipboard \
ffmpeg ffmpeg-libs ffmpegthumbnailer \
heif-pixbuf-loader intel-vaapi-driver libavcodec libheif \
libcamera libcamera-gstreamer libcamera-ipa libcamera-tools pipewire-plugin-libcamera \
gnome-shell-extension-appindicator \
1password 1password-cli \
tailscale \
waypipe \
htop
# Remove additional repositories Fedora comes with out of the box
# And don't raise an error if any of these files does not exist when attempting
# to delete them.
@@ -93,10 +78,23 @@ sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://down
cp /ctx/rpm-keys/tailscale.gpg /etc/pki/rpm-gpg/tailscale.gpg
sh -c 'echo -e "[tailscale-stable]\nname=Tailscale stable\nbaseurl=https://pkgs.tailscale.com/stable/fedora/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"file:///etc/pki/rpm-gpg/tailscale.gpg\"" > /etc/yum.repos.d/tailscale.repo'
# Install my own layered packages
dnf5 install -y \
fish \
gvfs-nfs \
openssl \
wl-clipboard \
ffmpeg ffmpeg-libs ffmpegthumbnailer \
heif-pixbuf-loader intel-vaapi-driver libavcodec libheif \
libcamera libcamera-gstreamer libcamera-ipa libcamera-tools pipewire-plugin-libcamera \
gnome-shell-extension-appindicator \
1password 1password-cli \
tailscale \
waypipe \
htop
cd /tmp
wget -O bitwarden.rpm https://bitwarden.com/download/?app=desktop &
platform=linux &
variant=rpm
wget -O bitwarden.rpm "https://bitwarden.com/download/?app=desktop&platform=linux&variant=rpm"
dnf install -y ./bitwarden.rpm
# Update all existing packages