Skip to content

Commit

Permalink
Merge pull request #76 from YNedderhoff/dont-use-secrets-in-pr-build
Browse files Browse the repository at this point in the history
don't use secrets from PR build
  • Loading branch information
YNedderhoff committed Apr 10, 2021
2 parents 9b089d2 + 421af37 commit d5651ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: false
tags: |
${{ secrets.DOCKER_REPO }}:${{ github.run_number }}-${{ github.sha }}
${{ secrets.DOCKER_REPO }}:latest
${{ github.run_number }}-${{ github.sha }}
latest
- name: Docker image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit d5651ff

Please sign in to comment.