Skip to content

Commit

Permalink
Change folder naming scheme
Browse files Browse the repository at this point in the history
- In order to support easier build configuration
  • Loading branch information
NikolajDL committed Nov 22, 2023
1 parent 5f24e85 commit 7923612
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.node_version }}/Dockerfile
file: node-${{ matrix.node_version }}/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gcloud-sdk-nodejs:${{ matrix.node_version }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7923612

Please sign in to comment.