Skip to content

Commit

Permalink
I hate github actions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Mar 16, 2021
1 parent f605bbb commit add655c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
build-args: |
VAN_DAM_GIT_REF=${{ $CI_REF_NAME }}
VAN_DAM_GIT_SHA=${{ $CI_SHA_SHORT }}
VAN_DAM_GIT_REF=${CI_REF_NAME}
VAN_DAM_GIT_SHA=${CI_SHA_SHORT}

0 comments on commit add655c

Please sign in to comment.