Skip to content

Commit

Permalink
Merge pull request #351 from hackforla/dev
Browse files Browse the repository at this point in the history
Tags
  • Loading branch information
sellnat77 authored Mar 2, 2020
2 parents f221d31 + f69f1aa commit 4b17778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish_Backend_Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
registry: docker.pkg.github.com
dockerfile: server/Dockerfile
context: server
tags: "latest, ${GITHUB_SHA::8}"
tags: "latest, ${{github.sha}}"
2 changes: 1 addition & 1 deletion .github/workflows/Publish_Frontend_Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
registry: docker.pkg.github.com
dockerfile: ./Dockerfile
tags: "latest, ${GITHUB_SHA::8}"
tags: "latest, ${{github.sha}}"

0 comments on commit 4b17778

Please sign in to comment.