Skip to content

Commit

Permalink
build ha addon image
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Dec 18, 2023
1 parent cde34b7 commit b9dd5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build envoy docker image
run: cd envoy_proxy/custom_envoy && docker buildx build --platform linux/arm64 -t envoyproxy:v1.26.2-$(date +%s) .
run: cd envoy_proxy && docker buildx build --platform linux/arm64 -t ha-addon-envoyproxy:$(date +%s) .

0 comments on commit b9dd5b4

Please sign in to comment.