Skip to content

Commit

Permalink
[QE]bump qe images with deliverset v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Oct 29, 2024
1 parent 0342835 commit e42018b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/build-e2e/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /workspace
COPY . .
RUN GOARCH=${ARCH} GOOS=${OS} make build_e2e

FROM quay.io/rhqp/deliverest:v0.0.6
FROM quay.io/rhqp/deliverest:v0.0.7

LABEL org.opencontainers.image.authors="CRCQE <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion images/build-integration/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /workspace
COPY . .
RUN GOARCH=${ARCH} GOOS=${OS} make build_integration

FROM quay.io/rhqp/deliverest:v0.0.6
FROM quay.io/rhqp/deliverest:v0.0.7

LABEL org.opencontainers.image.authors="CRCQE <[email protected]>"

Expand Down

0 comments on commit e42018b

Please sign in to comment.