Skip to content

Commit

Permalink
Build cumulus-mirror
Browse files Browse the repository at this point in the history
Signed-off-by: mi2428 <mi2428782020@gmail.com>
  • Loading branch information
mi2428 committed Aug 10, 2020
1 parent fd88f96 commit 274af88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ jobs:
snapshot: true
tags: "latest"

- name: Build cumulus-mirror
uses: elgohr/Publish-Docker-Github-Action@master
env:
context: cumulus
with:
name: yamaoka-kitaguchi-lab/linux-repository-mirror/cumulus-mirror
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: docker.pkg.github.com
workdir: docker/apt
buildargs: context
snapshot: true
tags: "latest"

- name: Build gentoo-mirror
uses: elgohr/Publish-Docker-Github-Action@master
env:
Expand Down

0 comments on commit 274af88

Please sign in to comment.