Skip to content

Commit

Permalink
adockero/mysqldump:tables-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
aozhuochao committed Jul 10, 2024
1 parent 8ddd414 commit 6e80666
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/mysqldump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@ jobs:

# ########## 构建 ###########################




- name: 构建镜像 adockero/mysqldump:tables-ssh
uses: docker/build-push-action@v3
with:
# Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
tags: adockero/mysqldump:tables-ssh
# tags: adockero/node-systemd:node-14
# Path to the Dockerfile (Default is '{path}/Dockerfile')
context: ./mysqldump/tables-ssh
file: "./mysqldump/tables-ssh/Dockerfile"
# Always attempt to pull a newer version of the image
pull: true
push: true
# 构建参数
# build-args: NODE_VERSION=14
# APK_ARG=rsync
# Adds labels with git repository information to the built image
labels: true




- name: 构建镜像 adockero/mysqldump:tables
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 6e80666

Please sign in to comment.