From 5d7ca00950a8a40eca710f493c8df6ec1bd9e824 Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Thu, 5 Sep 2024 16:00:04 +0200 Subject: [PATCH] Updated versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8178fa4..072434f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Run a step in a (private) container. ### Run a step in a private image ```yaml -- uses: docker/login-action@v1 +- uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ secrets.MY_USERNAME }} @@ -40,7 +40,7 @@ See also [Docker Login Action](https://github.com/marketplace/actions/docker-log ### Run an image built by a previous step: ```yaml -- uses: docker/build-push-action@v2 +- uses: docker/build-push-action@v6 with: tags: application:latest push: false