4
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-11-07 06:56:55 +00:00

Compare commits

..

3 commits

Author SHA1 Message Date
dependabot[bot]
836ba054a2
Merge a0c70a163f into 9e436ba9f2 2025-09-29 10:47:44 +00:00
CrazyMax
9e436ba9f2
Merge pull request #1413 from osman-butt/docs/update-checkout-v5
docs: update checkout action to v5 in README examples
2025-09-29 12:15:59 +02:00
osman-butt
62929198b5 docs: update checkout action to v5 in README
Signed-off-by: osman-butt <butt.osman@gmail.com>
2025-09-06 00:04:00 +02:00

View file

@ -131,7 +131,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
-
name: Login to Docker Hub
uses: docker/login-action@v3