diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d3be230..ac41cb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,8 +33,8 @@ jobs: env: VERSION: ${{ jobs.bump-version.steps.ver.outputs.version }} run: | - docker push luketainton/fhed:$VERSION && - docker push luketainton/fhed:latest + docker push luketainton/fhed:$VERSION && + docker push luketainton/fhed:latest docker-ghr: name: Push to GitHub Package Registry