We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018154 commit 57c1d1aCopy full SHA for 57c1d1a
.github/workflows/dockerimage.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v1
13
- 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
+ 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
15
- name: Login to Github docker Registry
16
env:
17
github_password: ${{ secrets.GITHUB_PASSWORD }}
Dockerfile renamed to docker/base/Dockerfile
0 commit comments