aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-06 22:54:29 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-06 22:54:29 -0700
commitee143f9ae09367c9ae3d23997ca9462606794223 (patch)
tree05d8928c54814a55d1a87d4f93bf74c267781a42 /.github/workflows/container_release.yml
parent5035b0a1094141195a4d6c582cbf3c8eb314d62d (diff)
downloadseaweedfs-ee143f9ae09367c9ae3d23997ca9462606794223.tar.xz
seaweedfs-ee143f9ae09367c9ae3d23997ca9462606794223.zip
github action adds dependencies
Diffstat (limited to '.github/workflows/container_release.yml')
-rw-r--r--.github/workflows/container_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_release.yml b/.github/workflows/container_release.yml
index 789316df8..625ab53cf 100644
--- a/.github/workflows/container_release.yml
+++ b/.github/workflows/container_release.yml
@@ -7,7 +7,7 @@ on:
workflow_dispatch: []
jobs:
- build-default:
+ build-default-release-container:
runs-on: [ubuntu-latest]
steps:
@@ -63,7 +63,7 @@ jobs:
platforms: linux/amd64, linux/arm, linux/arm64, linux/386
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
- build-large:
+ build-large-release-container:
runs-on: [ubuntu-latest]
steps: