From dfc84389158a16437955ebcdb383e80bdfa5a4fe Mon Sep 17 00:00:00 2001 From: Nabeel Sulieman Date: Sat, 30 Oct 2021 10:45:52 -0700 Subject: [PATCH] More minor tweaks --- .github/workflows/dockerimage.yml | 3 +-- Dockerfile | 2 +- LICENSE.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index c3a225b..14a903b 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -29,5 +29,4 @@ jobs: uses: docker/build-push-action@v2 with: platforms: linux/amd64,linux/arm64,linux/arm/v7 - tags: | - nabsul/k8s-ecr-login-renew:latest \ No newline at end of file + tags: nabsul/k8s-ecr-login-renew:latest diff --git a/Dockerfile b/Dockerfile index 87a8ae4..546ca45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN go build -o /go/bin/app FROM alpine:latest COPY --from=build /go/bin/app /k8s-ecr-login-renew -CMD ["/k8s-ecr-login-renew"] \ No newline at end of file +CMD ["/k8s-ecr-login-renew"] diff --git a/LICENSE.md b/LICENSE.md index b251e32..754f31a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Nabeel Sulieman +Copyright (c) 2021 Nabeel Sulieman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal