Skip to content

Commit

Permalink
repo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelebarre committed Aug 21, 2024
1 parent 2d593bd commit 7e9550f
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
# Docker Hub registry
REGISTRY: docker.io
# Docker image name, e.g., <your-docker-username>/<your-repo>
IMAGE_NAME: pdelebarre/bookappbackend
IMAGE_NAME: pdelebarre/book-app-backend

jobs:
build:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
with:
context: ./bookappbackend
context: ./
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:

# Navigate to the bookappbackend directory and build the project
- name: Build with Maven
run: mvn -B package --file bookappbackend/pom.xml
run: mvn -B package --file pom.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7e9550f

Please sign in to comment.