Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #176 from tubone24/githubaction
Browse files Browse the repository at this point in the history
githubaction with docker
  • Loading branch information
tubone24 committed Sep 26, 2019
2 parents 6267d5c + 0b71c0a commit 23fe02b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docker Image CI

on:
push:
branches:
- master

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build --no-cache=true -t docker.pkg.github.com/tubone24/ebook_homebrew/ebook-homebrew docker
- name: Docker Login for GitHub Packages
run: docker login -u tubone24 -p $GITHUB_DOCKER_PUSH_TOKEN
- name: Push image GitHub Packages
run: docker push docker.pkg.github.com/tubone24/ebook_homebrew/ebook-homebrew
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

Expand Down

0 comments on commit 23fe02b

Please sign in to comment.