Skip to content

Commit

Permalink
refactor(main): using latest version (labring#136)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Nov 13, 2023
1 parent 48588d2 commit 8b18b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg VERSION=dev \
--build-arg VERSION=latest \
--push \
-t ${DOCKER_REPO}:dev \
-t ${DOCKER_REPO}:latest \
-f dockerfiles/endpoints-operator/Dockerfile \
.
- name: build (and publish) cepctl image
Expand All @@ -60,8 +60,8 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg VERSION=dev \
--build-arg VERSION=latest \
--push \
-t ${DOCKER_REPO}:dev \
-t ${DOCKER_REPO}:latest \
-f dockerfiles/cepctl/Dockerfile \
.

0 comments on commit 8b18b36

Please sign in to comment.