We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2fa33 commit 7968ccdCopy full SHA for 7968ccd
2 files changed
.github/workflows/build_oci_monitor.yml
@@ -31,7 +31,7 @@ jobs:
31
context: ./tools/monitor-oci-artifacts
32
file: ./tools/monitor-oci-artifacts/Dockerfile
33
push: true
34
- tags: oci.stackable.tech/stackable/monitor-oci-artifacts:0.0.0-dev
+ tags: oci.stackable.tech/stackable/monitor-oci-artifacts:25.11.0
35
build-args: |
36
REVISION=${{ github.sha }}
37
VERSION=dev
apps/jjb/maintenance.j2
@@ -49,7 +49,7 @@
49
set +x
50
set +e
51
52
- docker run --rm oci.stackable.tech/stackable/monitor-oci-artifacts:0.0.0-dev > report.txt
+ docker run --rm oci.stackable.tech/stackable/monitor-oci-artifacts:25.11.0 > report.txt
53
report_exit_code=$?
54
55
exit $report_exit_code
0 commit comments