Skip to content

Commit

Permalink
Some no critical updates (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Jul 22, 2022
1 parent 3c7a672 commit de8a1f9
Show file tree
Hide file tree
Showing 6 changed files with 4,111 additions and 725 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,24 @@ jobs:
run: |
echo "::set-output name=upgrade::true"
- name: Log in to ghcr.io
- name: Checkout Git repo
if: steps.upgrade.outputs.upgrade == 'true'
uses: actions/checkout@v3

- name: Update config to the release version
if: steps.upgrade.outputs.upgrade == 'true'
run: |
curl --output "${GITHUB_WORKSPACE}/.gitleaks/gitleaks.toml" https://raw.githubusercontent.com/zricethezav/gitleaks/${{ steps.gitleaks_latest_release.outputs.tag }}/config/gitleaks.toml
- name: Login to ghcr.io
uses: docker/login-action@v2
if: steps.upgrade.outputs.upgrade == 'true'
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker image metadata
- name: Prepare Docker image metadata
uses: docker/metadata-action@v4
if: steps.upgrade.outputs.upgrade == 'true'
with:
Expand Down
Loading

0 comments on commit de8a1f9

Please sign in to comment.