Skip to content

Commit eee9e4e

Browse files
committed
feat(workflow): update release_base_image.yaml to include latest MySQL image tag
1 parent f95dda3 commit eee9e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_base_image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
context: ./logstash
4848
file: ./logstash/Dockerfile
4949
push: true
50-
platforms: linux/amd64,linux/arm64
50+
platforms: linux/amd64 #,linux/arm64
5151
tags: |
5252
dongtai/dongtai-logstash:${{ steps.release.outputs.version }}
5353
dongtai/dongtai-logstash:latest
@@ -57,7 +57,7 @@ jobs:
5757
context: ./logrotate
5858
file: ./logrotate/Dockerfile
5959
push: true
60-
platforms: linux/amd64,linux/arm64
60+
platforms: linux/amd64 #,linux/arm64
6161
tags: |
6262
dongtai/dongtai-logrotate:${{ steps.release.outputs.version }}
6363
dongtai/dongtai-logrotate:latest

0 commit comments

Comments
 (0)