Skip to content

Conversation

@VincentS
Copy link
Contributor

@VincentS VincentS commented Dec 7, 2019

No description provided.

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag operator:$(date +%s) operator:${{ GITHUB_SHA }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try

  run: docker build . --file Dockerfile --tag operator:$(date +%s) operator:$GITHUB_SHA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants