From 2ac9b6c1b31b13a1dbe238b912cc68747b7d462f Mon Sep 17 00:00:00 2001 From: msauria Date: Fri, 26 Jul 2024 09:10:55 -0400 Subject: [PATCH] Attempted fix to build --- .github/workflows/build_nil-ril_docker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_nil-ril_docker.yml b/.github/workflows/build_nil-ril_docker.yml index 16ef34a..563a071 100644 --- a/.github/workflows/build_nil-ril_docker.yml +++ b/.github/workflows/build_nil-ril_docker.yml @@ -21,14 +21,12 @@ jobs: - name: Build and Publish uses: elgohr/Publish-Docker-Github-Action@master with: - context: . + context: name: andersenlab/nil-ril-nf username: ${{ secrets.KSE_DOCKER_USER }} password: ${{ secrets.KSE_DOCKER_PASS }} snapshot: true dockerfile: nil-ril.Dockerfile workdir: "env" - tags: | - "latest" - "${{ steps.current-time.formattedTime }}" + tags: latest,${{ steps.current-time.formattedTime }} cache: true \ No newline at end of file