Skip to content

Commit

Permalink
error in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 4, 2024
1 parent 516997f commit 42fc544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Get date
run: |
echo "DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV"
- name: Build the Container image
run: docker build . --file Dockerfile --tag jamesread/spoon-check:${{ env.DATE }}
run: docker build . --file Dockerfile --tag ghcr.io/jamesread/spoon-check:${{ env.DATE }}

- name: Push the Container image
run: docker push ghcr.io/jamesread/spoon-check:${{ env.DATE }}

0 comments on commit 42fc544

Please sign in to comment.