Skip to content

Commit

Permalink
Push when tag is created
Browse files Browse the repository at this point in the history
  • Loading branch information
luborco committed Sep 30, 2024
1 parent ae34afd commit ffbe3dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Docker

#on:
#push:
# tags: ["v*.*.*"]
on: [push]
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
containerPort: 50051
# gateway that will connnect to service
- name: grpc-rest-proxy
image: "grpc-rest-proxy:latest" # provider your own image
image: grpcrestproxy.azurecr.io/grpc-rest-proxy:latest
command:
- "/app/grpc-rest-proxy"
args:
Expand Down

0 comments on commit ffbe3dc

Please sign in to comment.