Skip to content

Commit

Permalink
Attempted fix to build
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Jul 26, 2024
1 parent ef48ed4 commit 2ac9b6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_nil-ril_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ac9b6c

Please sign in to comment.