Skip to content

Commit

Permalink
Merge pull request #78 from spowelljr/fixThings
Browse files Browse the repository at this point in the history
CI: Add dependabot and add gopogh-server to release
  • Loading branch information
medyagh authored Aug 18, 2023
2 parents 83aab8e + 48336be commit c09dff2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,18 @@ jobs:
mac os
curl -LO https://github.com/medyagh/gopogh/releases/download/${{ github.ref }}/gopogh-darwin-amd64 && sudo install gopogh-darwin-amd64 /usr/local/bin/gopogh
files: ./out/*
- name: Publish to Docker Repository
- name: Publish gopogh to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: medyagh/gopogh
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tag_names: true

- name: Publish gopogh-server to Docker Repository
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: medyagh/gopogh-server
dockerfile: Dockerfile.server
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
tag_names: true

0 comments on commit c09dff2

Please sign in to comment.