Compare commits

..

1 Commits

Author SHA1 Message Date
e806dbba70
chore(deps): update docker.io/library/rockylinux docker tag to v9
Some checks failed
Build / build-arch-linux (pull_request) Successful in 11m28s
Build / build-rocky-linux-8 (pull_request) Has been cancelled
2025-05-08 13:00:20 +00:00

View File

@ -21,7 +21,7 @@ jobs:
- name: Build and push image - name: Build and push image
run: | run: |
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm') TAG=latest
docker buildx build \ docker buildx build \
--file Dockerfile.archlinux \ --file Dockerfile.archlinux \
@ -44,7 +44,7 @@ jobs:
- name: Build and push image - name: Build and push image
run: | run: |
TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm') TAG=latest
docker buildx build \ docker buildx build \
--file Dockerfile.rockylinux8 \ --file Dockerfile.rockylinux8 \