Skip to content

Commit

Permalink
new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksimonian committed Sep 17, 2021
1 parent f01174c commit 9f7bc9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bc-mariadb-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
context: docker
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile_MariaDB
push: true
push: true
3 changes: 2 additions & 1 deletion .github/workflows/bc-mongo-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
context: docker
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile_Mongo
push: true
push: true

2 changes: 1 addition & 1 deletion .github/workflows/bc-mssql-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
context: docker
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile_MSSQL
push: true
push: true
2 changes: 1 addition & 1 deletion .github/workflows/bc-postgres-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
context: docker
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile
push: true
push: true

0 comments on commit 9f7bc9d

Please sign in to comment.