Skip to content

Commit

Permalink
docs: minor misses
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Dec 28, 2024
1 parent 33562f6 commit ee35de2
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 @@ -34,7 +34,7 @@ sudo mv glc /usr/local/bin/
go-lambda-cleanup is also available as a Docker image. Check out the [GitHub Packages](https://github.com/karl-cardenas-coding/go-lambda-cleanup/pkgs/container/go-lambda-cleanup) page for this repository to learn more about the available images.

```
VERSION=v2.0.15
VERSION=v2.0.16
docker pull ghcr.io/karl-cardenas-coding/go-lambda-cleanup:$VERSION
```

Expand Down Expand Up @@ -300,7 +300,7 @@ on:
# At 04:00 on every day
- cron: '0 04 * * *'
env:
VERSION: 'v2.0.15'
VERSION: 'v2.0.16'

jobs:
build:
Expand Down

0 comments on commit ee35de2

Please sign in to comment.