Skip to content

Commit

Permalink
Merge pull request #70 from SAP-samples/new-version
Browse files Browse the repository at this point in the history
Update docker-build-and-push.yml
  • Loading branch information
matthieupelatan committed Dec 13, 2023
2 parents 5ba6469 + d5af5b3 commit be6658f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -30,11 +30,11 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-business-partner-mock
- name: Build Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5
with:
context: .
file: ./code/easyfranchise/deployment/docker/Dockerfile-business-partner-mock
Expand Down

0 comments on commit be6658f

Please sign in to comment.