Skip to content

Commit

Permalink
[nc] test local action call
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed May 14, 2024
1 parent f46d4e1 commit fd1217a
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,4 @@ jobs:

static-code-analysis:
name: static code analysis
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@main

# static-code-analysis:
# name: static code analysis
# uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/gha-container-dev-release.yaml@main
# with:
# op-version: 2.28.0
# steps:
# - name: test action
# uses: ThoughtWorks-DPS/gha-action-tools/.github/workflows/gha-container-dev-release.yaml@main

# - name: checkout code
# uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

# - name: Load credentials
# uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0
# with:
# export-env: true
# env:
# OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
# DOCKER_LOGIN: op://empc-lab/svc-dockerhub/username
# DOCKER_PASSWORD: op://empc-lab/svc-dockerhub/password

# - name:

# - name: check context
# shell: bash
# run: |
# set -eo pipefail
# echo $DOCKER_PASSWORD | docker login -u $DOCKER_LOGIN --password-stdin docker.io
# docker build -t twdps/gha-container-base-image:alpine-stable -f Dockerfile .
# docker push twdps/gha-container-base-image:alpine-stable
uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/job-container-dev-release.yaml@main

0 comments on commit fd1217a

Please sign in to comment.