Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 12, 2024
1 parent a16969d commit 152f19e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Get Repo Owner
id: get_repo_owner
run: echo "name=repo_owner::$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
run: echo "name=repo_owner::$(echo '${{ github.repository_owner }}' | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -40,10 +40,7 @@ jobs:
with:
workdir: ci
verb: call
args: >
--commit-id="$(git rev-parse --verify HEAD)"
build-container --context=.. --dockerfile=../env-files/torch/Dockerfile
test-n-publish --kubeconfig=env:KUBECONFIG_STR
args: --commit-id="$(git rev-parse --verify HEAD)" build-container --context=.. --dockerfile=../env-files/torch/Dockerfile test-n-publish --kubeconfig=env:KUBECONFIG_STR
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "latest"
env:
Expand Down

0 comments on commit 152f19e

Please sign in to comment.