Skip to content

Commit

Permalink
fix: run docker and release after semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Mar 14, 2022
1 parent b980cdb commit c8c871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
tags: ghcr.io/aldor007/mort:latest, ghcr.io/aldor007/mort:${{ steps.vars.outputs.tag }}
cache-from: type=registry,ref=ghcr.io/aldor007/mort:latest
cache-to: type=inline
build-args: TAG=${{ steps.vars.outputs.tag }}, COMMIT=${{ GITHUB_SHA }}, DATE=${{ steps.date.outputs.date }}
build-args: TAG=${{ steps.vars.outputs.tag }}, COMMIT=$GITHUB_SHA, DATE=${{ steps.date.outputs.date }}

0 comments on commit c8c871a

Please # to comment.