Skip to content

Commit 522edbe

Browse files
committed
fix: update MySQL and Node.js image descriptions in Dockerfile and YAML files
1 parent 2520cab commit 522edbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/mysql-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish MySql image to Docker Hub
1+
name: Publish MySql 8 image to Docker Hub
22

33
on:
44
push:

.github/workflows/mysql57-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish MySql image to Docker Hub
1+
name: Publish MySql 5.7 image to Docker Hub
22

33
on:
44
push:

mysql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mysql:8.0.35
22

33
LABEL maintainer="Tan Nguyen <tannp@cslant.com>"
44
LABEL authors="cslant"
5-
LABEL description="MySQL image for CSlant development"
5+
LABEL description="MySQL 8 image for CSlant development"
66

77
#####################################
88
# Set Timezone

mysql57/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mysql:5.7
22

33
LABEL maintainer="Tan Nguyen <tannp@cslant.com>"
44
LABEL authors="cslant"
5-
LABEL description="MySQL image for CSlant development"
5+
LABEL description="MySQL 5.7 image for CSlant development"
66

77
COPY my.cnf /etc/mysql/conf.d/my.cnf
88

node22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22.12.0-alpine
22
LABEL maintainer="Tan Nguyen <tannp@cslant.com>"
33
LABEL authors="cslant"
4-
LABEL description="Node.js image for CSlant development"
4+
LABEL description="Node.js 22 image for CSlant development"
55

66
ARG USER_ID=1000
77
ARG GROUP_ID=1000

0 commit comments

Comments
 (0)