Skip to content

Commit

Permalink
rename Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Jan 15, 2024
1 parent 7c399ed commit 1709161
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile_${{ matrix.runtime }}
file: docker/${{ matrix.runtime }}.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/Dockerfile_deno → docker/deno.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DENO_VERSION=1.39.2
ARG DENO_VERSION=1
FROM lukechannings/deno:v${DENO_VERSION} as builder
WORKDIR /data
COPY . .
Expand Down
File renamed without changes.

0 comments on commit 1709161

Please sign in to comment.