mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-24 11:21:10 +02:00
Use major version of actions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Docker meta
|
||||
id: docker_meta
|
||||
|
Reference in New Issue
Block a user