Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
ci: update docker publishing for tags
  • Loading branch information
Nicconike committed Sep 30, 2024
1 parent f5b5f3b commit 1d91845
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
ghcr.io/${{ github.repository_owner }}/AutomatedGo
tags: |
type=semver,pattern={{version}}
type=ref,event=tag,pattern={{tag}}
- name: Build & push Docker Images
id: push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go get -u github.com/Nicconike/AutomatedGo

To install **AutomatedGo** as a Go binary, use the following command:
```sh
go install github.com/Nicconike/AutomatedGo/cmd/automatedgo@v1.2.0
go install github.com/Nicconike/AutomatedGo/cmd/automatedgo@v2.0.1
```

## Usage
Expand Down

0 comments on commit 1d91845

Please sign in to comment.