Skip to content

Commit

Permalink
Remove redundant environment variable and update lint container maint…
Browse files Browse the repository at this point in the history
…ainer.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes authored and ryjones committed Feb 25, 2021
1 parent 306fa45 commit 7738622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
- name: If NOT found in cache, build and push image.
if: steps.cache-image.outputs.cache-hit != 'true'
run: |
export GITHUB_REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY,,})
echo ${{ secrets.CR_PAT }} | docker login ghcr.io --username ${{ secrets.CR_USER }} --password-stdin
docker build -f .github/workflows/lint/Dockerfile --no-cache -t ${{ env.GITHUB_REPOSITORY_NAME }}/plenum-lint:${{ env.CACHE_KEY_LINT }} .
docker tag ${{ env.GITHUB_REPOSITORY_NAME }}/plenum-lint:${{ env.CACHE_KEY_LINT }} ghcr.io/${{ env.GITHUB_REPOSITORY_NAME }}/plenum-lint:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development
FROM ubuntu:18.04
LABEL maintainer="Kevin Griffin <[email protected]>"
LABEL maintainer="Hyperledger <[email protected]>"

RUN apt-get update && apt-get dist-upgrade -y

Expand Down

0 comments on commit 7738622

Please sign in to comment.