Skip to content

Commit

Permalink
Merge pull request #28 from moia-oss/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

chore(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
djablonski-moia authored Sep 29, 2023
2 parents 5aff95d + 59b524f commit a310586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/s6w2n1r6

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./Dockerfiles/${{ env.os }}/${{ env.version }}
file: ./Dockerfiles/${{ env.os }}/${{ env.version }}/Dockerfile
Expand Down

0 comments on commit a310586

Please sign in to comment.