fix: use non-caching client to get pod in getPodPrivateIP
in ENI co…
#11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build docker image on branches | |
on: | |
push: | |
branches-ignore: | |
- master | |
jobs: | |
build: | |
name: Docker Build and Publish | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Docker build | |
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc | |
with: | |
context: . | |
push: false |