Skip to content

Commit a0c5ddc

Browse files
authored
Update release_base_image.yaml
1 parent 4605cce commit a0c5ddc

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
@@ -136,10 +136,10 @@ jobs:
136136
with:
137137
context: ./mysql
138138
push: true
139-
platforms: linux/amd64,linux/arm64
139+
#platforms: linux/amd64,linux/arm64
140140
tags: |
141141
dongtai/dongtai-mysql:${{ steps.release.outputs.version }}
142-
dongtai/dongtai-mysql:latest
142+
# dongtai/dongtai-mysql:latest
143143

144144
- name: Install Mysql 8.0
145145
working-directory: ./mysql

0 commit comments

Comments
 (0)