✨ (docker-build.yml): rename step from "Push Docker Image" to "Build and Push Docker Image" for clarity and accuracy
This commit is contained in:
parent
7dae09ac92
commit
baba4b7185
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue