Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 597ff32

Browse files
committed
add latest tag pushing
1 parent 4f8c38c commit 597ff32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ jobs:
99
steps:
1010
- name: Check out the repo
1111
uses: actions/checkout@v2
12-
- name: Push to Docker Hub
12+
- name: Push tag
1313
uses: docker/build-push-action@v1
1414
with:
1515
username: ${{ secrets.DOCKER_USERNAME }}
1616
password: ${{ secrets.DOCKER_PASSWORD }}
1717
repository: adven27/grpc-wiremock
1818
tag_with_ref: true
19+
- name: Push latest
20+
uses: docker/build-push-action@v1
21+
with:
22+
username: ${{ secrets.DOCKER_USERNAME }}
23+
password: ${{ secrets.DOCKER_PASSWORD }}
24+
repository: adven27/grpc-wiremock
25+
tags: latest

0 commit comments

Comments
 (0)