Skip to content

Commit 57c1d1a

Browse files
author
Dipayan
committed
moving base image to folder
1 parent a018154 commit 57c1d1a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Build the Docker image
14-
run: docker build . --file Dockerfile --tag docker.pkg.github.com/${GITHUB_REPOSITORY}/base:${GITHUB_SHA} --tag docker.pkg.github.com/${GITHUB_REPOSITORY}/base:latest
14+
run: docker build . --file docker/base/Dockerfile --tag docker.pkg.github.com/${GITHUB_REPOSITORY}/base:${GITHUB_SHA} --tag docker.pkg.github.com/${GITHUB_REPOSITORY}/base:latest
1515
- name: Login to Github docker Registry
1616
env:
1717
github_password: ${{ secrets.GITHUB_PASSWORD }}
File renamed without changes.

0 commit comments

Comments
 (0)