File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- * @ cheempz @ xuan-cao-swi @ tammy-baylis-swi @ solarwindscloud/apm-instrumentation
1
+ * @ solarwindscloud/apm-instrumentation
Original file line number Diff line number Diff line change 37
37
username : ${{ github.repository_owner }}
38
38
password : ${{ secrets.GITHUB_TOKEN }}
39
39
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
41
41
42
- - name : Run tests in container using QEMU
42
+ - name : Run tests in container
43
43
run : |
44
44
sudo docker run \
45
45
--platform linux/amd64 \
75
75
username : ${{ github.repository_owner }}
76
76
password : ${{ secrets.GITHUB_TOKEN }}
77
77
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
79
79
80
80
- name : Run tests in container using QEMU
81
81
run : |
@@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
- uses : actions/checkout@v3
105
105
- run : docker pull redhat/ubi8
106
- - name : Run tests in container
106
+ - name : Run tests in ubi8 container
107
107
run : |
108
108
sudo docker run \
109
109
--platform linux/amd64 \
@@ -130,7 +130,7 @@ jobs:
130
130
- uses : actions/checkout@v3
131
131
- uses : docker/setup-qemu-action@v2
132
132
- run : docker pull --platform linux/arm64 redhat/ubi8
133
- - name : Run tests in container
133
+ - name : Run tests in ubi8 container using QEMU
134
134
run : |
135
135
sudo docker run \
136
136
--platform linux/arm64 \
You can’t perform that action at this time.
0 commit comments