Skip to content

Commit 7968ccd

Browse files
committed
fix: version monitor-oci-artifacts
1 parent 5f2fa33 commit 7968ccd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_oci_monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
context: ./tools/monitor-oci-artifacts
3232
file: ./tools/monitor-oci-artifacts/Dockerfile
3333
push: true
34-
tags: oci.stackable.tech/stackable/monitor-oci-artifacts:0.0.0-dev
34+
tags: oci.stackable.tech/stackable/monitor-oci-artifacts:25.11.0
3535
build-args: |
3636
REVISION=${{ github.sha }}
3737
VERSION=dev

apps/jjb/maintenance.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
set +x
5050
set +e
5151

52-
docker run --rm oci.stackable.tech/stackable/monitor-oci-artifacts:0.0.0-dev > report.txt
52+
docker run --rm oci.stackable.tech/stackable/monitor-oci-artifacts:25.11.0 > report.txt
5353
report_exit_code=$?
5454

5555
exit $report_exit_code

0 commit comments

Comments
 (0)