Skip to content

Commit

Permalink
Updated versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Sep 5, 2024
1 parent c3bb82d commit 5d7ca00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 5d7ca00

Please sign in to comment.