This commit is contained in:
Abner Rizzi 2023-08-10 15:39:45 -03:00
parent ed6af61352
commit 9b98b209e8
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Setting parameters
shell: |-
echo abc
ls -al
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v2