(docker-build.yml): rename step from "Push Docker Image" to "Build and Push Docker Image" for clarity and accuracy

This commit is contained in:
ogabrielluiz 2024-06-17 07:57:46 -03:00
commit baba4b7185

View file

@ -73,7 +73,7 @@ jobs:
# run: |
# docker stop test_container
# docker rm test_container
- name: Push Docker Image
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: .