Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeeples committed Aug 16, 2023
1 parent c7462a7 commit 5b5c9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kaas-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build & push docker image
runs-on: ubuntu-latest
env:
IMG_NAME: kaas-baseline
IMG_NAME: ${{ github.repository }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b5c9bb

Please sign in to comment.