1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

Rename build step to clarify that Push is optional.

This commit is contained in:
John Wesley Walker III 2024-02-22 13:58:55 +01:00 committed by GitHub
parent fc4e79024e
commit 7dacc426ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
run: echo "::warning::test-ubuntu-git images can only be published from the actions/checkout 'main' branch. Workflow will continue with push/publish disabled."
# Use `docker/build-push-action` to build (and optionally publish) the image.
- name: Build and push Docker image
- name: Build Docker Image (with optional Push)
uses: docker/build-push-action@v5.1.0
with:
context: .