Skip to content

Commit

Permalink
github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
multi-io committed Dec 26, 2023
1 parent 29f94de commit 3421c13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish docker image
on:
push:
pull_request:
jobs:

publish:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: push
run: make push
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit 3421c13

Please sign in to comment.