chore(deps): update patch and digest updates
This commit is contained in:
parent
63a5274c19
commit
ac408e0a8a
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: quay.io/centos-boot/builder:latest@sha256:fa814ae44e9c962f39020e0020111bb9d4cfdb52acc27dae2ca9d7fe301b61c3
|
||||
image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a
|
||||
options: --privileged
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: quay.io/centos-boot/builder:latest@sha256:fa814ae44e9c962f39020e0020111bb9d4cfdb52acc27dae2ca9d7fe301b61c3
|
||||
image: quay.io/centos-boot/builder:latest@sha256:c05a652979f4d13b0d597a2ad32742069be718b71c7458b6f928290ab8d54a1a
|
||||
options: --privileged
|
||||
|
||||
strategy:
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Build and Push
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This image contains the baseline tools to build bootable base images.
|
||||
FROM quay.io/centos/centos:stream9@sha256:34f587a3228a2a924a114e5bd04450c119e9d803154f18e27eb97530c5ea13f5
|
||||
FROM quay.io/centos/centos:stream9@sha256:c1768e42666a0b8953636b7d2636f0156814bc930dbd722a7da8d3985ae3da8a
|
||||
COPY coreos-continuous.repo /etc/yum.repos.d
|
||||
COPY . /src
|
||||
RUN /src/build.sh && cd / && rm /src -rf
|
||||
|
|
|
|||
Loading…
Reference in New Issue