Skip to content

Commit

Permalink
feat(CICD): push docker image to the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
panpuchkov committed Dec 23, 2023
1 parent ca7a83c commit 285eb34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build Image & Push (CICDv2)
name: Docker Build & Push
permissions: write-all
'on':
push:
Expand Down Expand Up @@ -53,4 +53,5 @@ jobs:
shell: bash
run: |
set -x
echo "TODO"
IMAGE_NAME_WITH_VERSION="${{ env.IMAGE_NAME }}:latest"
docker push "${IMAGE_NAME_WITH_VERSION}"

0 comments on commit 285eb34

Please sign in to comment.