Skip to content

Commit

Permalink
fix dockerfile build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent 44067ce commit c772740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${REPO}:$(date +%s)
run: docker build . --file Dockerfile --tag ${REPO}:master

0 comments on commit c772740

Please sign in to comment.