Skip to content

Commit

Permalink
trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
myf5 committed Nov 30, 2021
1 parent c401491 commit f7c161b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
# Get docker tag
- name: Compose IMAGE repo and tag Then Push
run: |
IMAGE_ID=$(grep "REGISTRY = " Makefile |awk '{print $3}')
IMAGE_ID="$(grep "REGISTRY = " Makefile |awk '{print $3}')/$(grep "NAME = " Makefile |awk '{print $3}')"
IMAGE_TAG=$(grep "RELEASE_TAG = " Makefile |awk '{print $3}')
docker push $IMAGE_ID:$IMAGE_TAG
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")
GO_VERSION = 1.16

GITHUBACTIONTRIGGERNUMBER = 2
GITHUBACTIONTRIGGERNUMBER = 3

REGISTRY = myf5
NAME = ces-controller
Expand Down

0 comments on commit f7c161b

Please sign in to comment.