Skip to content

Commit

Permalink
Merge pull request #156 from ownmfa/bconway_github_ci_rm_cache
Browse files Browse the repository at this point in the history
Remove GitHub CI cache
  • Loading branch information
bconway authored Oct 22, 2024
2 parents 45217cb + f0382de commit bd13e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,13 @@ jobs:
image: redis:7-alpine
steps:
- name: Deps
# Add packages needed to support checkout, cache, builds, and tests
# Add packages needed to support checkout, builds, and tests
run: |
apk update && apk upgrade
apk add --no-cache git tar make
apk add --no-cache git make
go env
- name: Clone
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v4
with:
# Cache modules only, not build
path: /go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('Makefile') }}
restore-keys: ${{ runner.os }}-go-
- name: Build_and_Test
run: make test
- name: Push
Expand Down
4 changes: 2 additions & 2 deletions build/deploy/hermes/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
hermes-api:
image: ghcr.io/ownmfa/hermes:c68a15df
image: ghcr.io/ownmfa/hermes:fd691543
command: hermes-api
restart: on-failure
depends_on:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- "traefik.http.services.hermes-grpc.loadbalancer.server.scheme=h2c"

hermes-notifier:
image: ghcr.io/ownmfa/hermes:c68a15df
image: ghcr.io/ownmfa/hermes:fd691543
command: hermes-notifier
restart: on-failure
environment:
Expand Down

0 comments on commit bd13e1a

Please sign in to comment.