Skip to content

Commit

Permalink
debug key
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Aug 2, 2024
1 parent cd3328c commit dccbeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
run: |
echo noop
update-tags:
needs: build-and-push
# needs: build-and-push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ''
ssh-key: ${{ secrets.WORKFLOW_KEY }}
- name: 'Update tags'
run: |
if [ -n ${{ secrets.WORKFLOW_KEY }} ]; then echo "have key"; else echo "no key"; fi
TAG=${{ github.run_id }}
sed -i "s|\(\s\+image.*:\).*|\1${TAG}|" ./.github/workflows/lint-test.yml
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-api_orchestrator
Expand Down

0 comments on commit dccbeb9

Please sign in to comment.