Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regexp filtering for dockertags #23

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
7ac0a73
Add ability to just list tags matching regular expression provided as…
haad Oct 2, 2022
4458226
Add github action automation for build/release
haad Oct 2, 2022
a6f95fa
Bump github/super-linter from 4.9.2 to 4.9.6
dependabot[bot] Oct 2, 2022
15fb8af
Bump goreleaser/goreleaser-action from 2 to 3
dependabot[bot] Oct 2, 2022
cd5a3da
Bump github.com/aws/aws-sdk-go from 1.44.108 to 1.44.109
dependabot[bot] Oct 2, 2022
6c61bb6
Some lint fixes
haad Oct 3, 2022
767af55
Merge pull request #2 from haad/dependabot/github_actions/goreleaser/…
haad Oct 3, 2022
a8f1500
Merge pull request #1 from haad/dependabot/github_actions/github/supe…
haad Oct 3, 2022
a6c6668
Merge pull request #3 from haad/dependabot/go_modules/github.com/aws/…
haad Oct 3, 2022
4ea192d
Bump goreleaser/goreleaser-action from 3 to 4
dependabot[bot] Dec 18, 2022
d3059f2
Bump github/super-linter from 4.9.6 to 4.10.1
dependabot[bot] Jan 22, 2023
d7d2122
Bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.214
dependabot[bot] Mar 5, 2023
6fecc63
ECR pagination setup
jozefhalgas Dec 7, 2023
386e8df
Merge pull request #31 from jozefhalgas/feature/ecr-pagination
haad Dec 8, 2023
3ddc0ac
Merge pull request #22 from haad/dependabot/github_actions/github/sup…
haad Jan 10, 2024
f27aa09
Merge pull request #14 from haad/dependabot/github_actions/goreleaser…
haad Jan 10, 2024
a205985
Merge pull request #29 from haad/dependabot/go_modules/github.com/aws…
haad Jan 10, 2024
d3ca775
Update goreleaser
haad Jan 10, 2024
c3490f4
Use proper repo name.
haad Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-release-build.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
go-version: 1.18.2

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist --debug