Skip to content

Commit

Permalink
DEBUG versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricev committed Jun 24, 2020
1 parent fa05af3 commit e4f4695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Versioning
run: |
echo "REF: ${{ github.ref }}"
- name: Build image
run: docker build . --no-cache --file Dockerfile --tag $IMAGE_NAME --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')

Expand Down

0 comments on commit e4f4695

Please sign in to comment.