Skip to content

Commit 3efda5b

Browse files
committed
[skip actions] NH-27837: revision
1 parent ea005a8 commit 3efda5b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @cheempz @xuan-cao-swi @tammy-baylis-swi @solarwindscloud/apm-instrumentation
1+
* @solarwindscloud/apm-instrumentation

.github/workflows/verify_install.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

40-
- run: docker pull --platform linux/amd64 ghcr.io/${{ github.repository }}/apm_ruby_${{ matrix.os }}:nh-27837-b
40+
- run: docker pull --platform linux/amd64 ghcr.io/${{ github.repository }}/apm_ruby_${{ matrix.os }}:latest
4141

42-
- name: Run tests in container using QEMU
42+
- name: Run tests in container
4343
run: |
4444
sudo docker run \
4545
--platform linux/amd64 \
@@ -75,7 +75,7 @@ jobs:
7575
username: ${{ github.repository_owner }}
7676
password: ${{ secrets.GITHUB_TOKEN }}
7777

78-
- run: docker pull --platform linux/arm64 ghcr.io/${{ github.repository }}/apm_ruby_${{ matrix.os }}:nh-27837-b
78+
- run: docker pull --platform linux/arm64 ghcr.io/${{ github.repository }}/apm_ruby_${{ matrix.os }}:latest
7979

8080
- name: Run tests in container using QEMU
8181
run: |
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: actions/checkout@v3
105105
- run: docker pull redhat/ubi8
106-
- name: Run tests in container
106+
- name: Run tests in ubi8 container
107107
run: |
108108
sudo docker run \
109109
--platform linux/amd64 \
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@v3
131131
- uses: docker/setup-qemu-action@v2
132132
- run: docker pull --platform linux/arm64 redhat/ubi8
133-
- name: Run tests in container
133+
- name: Run tests in ubi8 container using QEMU
134134
run: |
135135
sudo docker run \
136136
--platform linux/arm64 \

0 commit comments

Comments
 (0)