fix(cicd): adds checkout step
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s

This commit is contained in:
Jake 2024-12-19 17:33:43 -03:00
parent a617cceed1
commit b8c7f8db1a

View File

@ -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