We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34f296 commit 4605cceCopy full SHA for 4605cce
.github/workflows/release_base_image.yaml
@@ -136,10 +136,10 @@ jobs:
136
with:
137
context: ./mysql
138
push: true
139
- # platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
140
tags: |
141
dongtai/dongtai-mysql:${{ steps.release.outputs.version }}
142
- # dongtai/dongtai-mysql:latest
+ dongtai/dongtai-mysql:latest
143
144
- name: Install Mysql 8.0
145
working-directory: ./mysql
@@ -153,4 +153,4 @@ jobs:
153
platforms: linux/amd64,linux/arm64
154
155
dongtai/dongtai-mysql-8:${{ steps.release.outputs.version }}
156
- # dongtai/dongtai-mysql-8:latest
+ dongtai/dongtai-mysql-8:latest
0 commit comments