Skip to content

Commit

Permalink
homogenized to naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionshiv committed Jun 12, 2024
1 parent 36f0ac6 commit 7eede93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/docker.env
file: ./docker/env.Dockerfile
platforms: linux/amd64
push: true
tags: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/docker.env
file: ./docker/env.Dockerfile
platforms: linux/amd64
push: true
tags: |
Expand Down
1 change: 1 addition & 0 deletions .inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ set enable-bracketed-paste
set enable-bracketed-paste
set enable-bracketed-paste
set enable-bracketed-paste
set enable-bracketed-paste
File renamed without changes.

0 comments on commit 7eede93

Please sign in to comment.