Skip to content

Commit

Permalink
build processor docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 12, 2023
1 parent 85114f1 commit e64e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "Build and push the Docker image"
run: "docker build --pull --tag ${IMAGE} . && docker push ${IMAGE}"
run: "docker build processor --pull --tag ${IMAGE} . && docker push ${IMAGE}"
# "deployAppToDev":
# name: "Deploy app to dev"
# needs: "build"
Expand Down

0 comments on commit e64e0c5

Please sign in to comment.