Skip to content

Commit

Permalink
typo and workflow add date to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Sep 22, 2023
1 parent b82a1fc commit 4c7f82b
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 @@ -15,4 +15,4 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
- name: Build Docker image
run: docker build . -t="gtfy-listener"
run: docker build . --file Dockerfile --tag gtfy-listener:$(date +%s)

0 comments on commit 4c7f82b

Please sign in to comment.