fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s
This commit is contained in:
parent
a617cceed1
commit
b8c7f8db1a
@ -20,8 +20,12 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and push Main web app container image to registry
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: latest
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
file: ./Dockerfile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user