Skip to content

Commit

Permalink
chore(ci): simplify docker-build-push workflow by removing path filte…
Browse files Browse the repository at this point in the history
…rs and update api Dockerfile repository label
  • Loading branch information
ozeliurs committed Oct 7, 2024
1 parent 762e78c commit 6cf9956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Build and Push Docker Images

on:
push:
paths:
- "build-base/**"
- "api/**"
- "solver/**"
- "envoy/**"
- "react-frontend/**"
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ EXPOSE 50051
LABEL project="eternity2"
LABEL description="Eternity II Asio gRPC server"
LABEL version="1.0"
LABEL repository="https://github.com/Apoorva64/eternity2"
LABEL repository="https://github.com/StartUpNationLabs/eternity2"

0 comments on commit 6cf9956

Please sign in to comment.