Skip to content

Commit

Permalink
🫣typo fix🫣
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili authored Aug 5, 2022
1 parent 44aa25a commit 07e87fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tl500-tech-exercise-test-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
env:
context: test/container
context: tests/container
image_name: tl500-tech-exercise-test
runs-on: ubuntu-18.04
steps:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
registry: ${{ secrets.REGISTRY_URI }}/${{ secrets.REGISTRY_REPOSITORY_TECH_EXERCISE_TEST }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
tags: ${{ steps.build_image.outputs.tags }}
tags: ${{ steps.build_image.outputs.tags }}

0 comments on commit 07e87fa

Please sign in to comment.