Skip to content

Commit

Permalink
Merge pull request #95 from telekom-mms/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-4.x

Update docker/build-push-action action to v4.1.1
  • Loading branch information
rndmh3ro authored Jul 12, 2023
2 parents 88a1b84 + 9eeb2de commit cb72d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: cp examples/${{ matrix.example }}_build.yaml ./build.yaml && sh render.sh .

- name: Build the container dmc:${{ matrix.example }}
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
push: false
Expand All @@ -74,7 +74,7 @@ jobs:
if: matrix.example == 'full'

- name: Build and push dmc:${{ matrix.example }}
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
context: .
push: true
Expand Down

0 comments on commit cb72d72

Please sign in to comment.