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

fixed indents #10

Merged
merged 1 commit into from
Oct 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
fixed indents
  • Loading branch information
infamousjoeg committed Oct 5, 2020
commit fbc37e01aa0a060426a8fd051ef3c641ff12fc35
48 changes: 24 additions & 24 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@ jobs:
project_path: "./"
binary_name: "cybr"
extra_files: LICENSE README.md SECURITY.md
- name: Build Docker Container Package
run: |
docker build -t nfmsjoeg/cybr-cli:$TAG_NAME .
docker save andrewcopeland/authenticator:$TAG_NAME > ./bin/docker_authenticator.tar
env:
TAG_NAME: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to DockerHub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: nfmsjoeg/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to GitHub Packages
uses: docker/build-push-action@v1
with:
username: infamousjoeg
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: infamousjoeg/cybr-cli/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
env:
DOCKERHUB_USERNAME: infamousjoeg
DOCKERHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Container Package
run: |
docker build -t nfmsjoeg/cybr-cli:$TAG_NAME .
docker save andrewcopeland/authenticator:$TAG_NAME > ./bin/docker_authenticator.tar
env:
TAG_NAME: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to DockerHub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: nfmsjoeg/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to GitHub Packages
uses: docker/build-push-action@v1
with:
username: infamousjoeg
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: infamousjoeg/cybr-cli/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
env:
DOCKERHUB_USERNAME: infamousjoeg
DOCKERHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
48 changes: 24 additions & 24 deletions .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@ jobs:
with:
path: 'release.json'
prop_path: 'version'
- name: Build Docker Container Package
run: |
docker build -t nfmsjoeg/cybr-cli:$TAG_NAME .
docker save nfmsjoeg/cybr-cli:$TAG_NAME > ./bin/docker_cybr.tar
env:
TAG_NAME: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to DockerHub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: nfmsjoeg/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to GitHub Packages
uses: docker/build-push-action@v1
with:
username: infamousjoeg
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: infamousjoeg/cybr-cli/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
env:
DOCKERHUB_USERNAME: infamousjoeg
DOCKERHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Container Package
run: |
docker build -t nfmsjoeg/cybr-cli:$TAG_NAME .
docker save nfmsjoeg/cybr-cli:$TAG_NAME > ./bin/docker_cybr.tar
env:
TAG_NAME: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to DockerHub
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: nfmsjoeg/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
- name: Build and Push Docker Container to GitHub Packages
uses: docker/build-push-action@v1
with:
username: infamousjoeg
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: infamousjoeg/cybr-cli/cybr-cli
tags: ${{ steps.client_version.outputs.prop }}
env:
DOCKERHUB_USERNAME: infamousjoeg
DOCKERHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}