Skip to content

Commit

Permalink
Update 1.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
franckferman authored Nov 10, 2023
1 parent c27cba9 commit 685352a
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 @@ -20,9 +20,9 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file docker/Dockerfile --tag franckferman/metadetective:1.0.8-df.2
run: docker build . --file docker/Dockerfile --tag franckferman/metadetective:1.0.9-df.2

- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Push Docker Image
run: docker push franckferman/metadetective:1.0.8-df.2
run: docker push franckferman/metadetective:1.0.9-df.2

0 comments on commit 685352a

Please # to comment.