Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Oct 14, 2023
1 parent 5ff7700 commit 2e2b574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build the image
run: docker build . --file ./docker/Dockerfile --tag lbr38/repomanager:$VERSION
run: docker build . --file ./docker/Dockerfile --tag lbr38/repomanager:latest

- name: Push the image
run: |
docker push lbr38/repomanager:$VERSION
docker push lbr38/repomanager:latest

0 comments on commit 2e2b574

Please sign in to comment.