Skip to content

Commit

Permalink
refactor .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessler authored May 31, 2024
1 parent fc9b3a1 commit ce50341
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag kg_repository:$(date +%s)

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -31,4 +31,4 @@ jobs:
with:
context: .
push: true
tags: mtiessler/nlp4se:latest
tags: mtiessler/kg_repository:latest

0 comments on commit ce50341

Please sign in to comment.