Skip to content

Commit

Permalink
Removing docker build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolyn Russell committed Mar 18, 2021
1 parent e50083c commit 0713139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gradle
.idea
.gradle
.github
service/docker
docker
.dockerignore
.gitignore
gradlew
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
target: run
file: docker/Dockerfile
context: .
push: true
Expand Down

0 comments on commit 0713139

Please sign in to comment.