Skip to content

Commit

Permalink
GHA: Adds tag_with_sha on Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jun 7, 2020
1 parent 6d8bdef commit a792f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ea31337/ea-tester
tag_with_ref: true
tag_with_sha: true
- name: Push to GitHub Packages
if: >
github.repository == 'EA31337/EA-Tester'
Expand All @@ -76,6 +77,7 @@ jobs:
registry: docker.pkg.github.com
repository: ea31337/ea-tester/ea-tester
tag_with_ref: true
tag_with_sha: true
Test-Docker:
runs-on: ubuntu-latest
needs: Docker
Expand Down

0 comments on commit a792f86

Please sign in to comment.