Skip to content

Commit

Permalink
[GH-241] Version lookup failed in buildarg docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 authored Feb 25, 2022
1 parent 810dc09 commit e7188ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
push: true
tags: utrecht/n3dr:${{ steps.version.outputs.version }}
build-args: |
VERSION=${GITHUB_REF}
VERSION=${{ github.ref }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit e7188ce

Please sign in to comment.