Skip to content

update kubectl command #7

update kubectl command

update kubectl command #7

Workflow file for this run

name: Main branch workflow
on:
push:
branches: troubleshoot-eks
#release:
# types: [published]
env:
IMAGE_NAME: samanthamorris684/catbot
jobs:
build-and-push-image:
uses: ./.github/workflows/build-and-push.yml
with:
IMAGE_TAG: test #$GITHUB_SHA
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}