Skip to content

Commit

Permalink
docker push job
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 12, 2023
1 parent e64e0c5 commit cfe9546
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
"build":
name: "build"
runs-on: "ubuntu-20.04"
permissions:
packages: write
repository-projects: write
contents: write
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-java@v3"
Expand Down Expand Up @@ -41,7 +45,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "Build and push the Docker image"
run: "docker build processor --pull --tag ${IMAGE} . && docker push ${IMAGE}"
run: "docker build processor --pull --tag ${IMAGE} -f Dockerfile && docker push ${IMAGE}"
# "deployAppToDev":
# name: "Deploy app to dev"
# needs: "build"
Expand Down

0 comments on commit cfe9546

Please sign in to comment.