fix docker build path
This commit is contained in:
parent
691012b692
commit
99f0efa649
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Build and Push
|
||||
run: |
|
||||
export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz
|
||||
docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} build-docker
|
||||
docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} .
|
||||
|
||||
publish:
|
||||
if: github.event_name == 'push'
|
||||
|
|
@ -61,6 +61,6 @@ jobs:
|
|||
- name: Build and Push
|
||||
run: |
|
||||
export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz
|
||||
docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} build-docker
|
||||
docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} .
|
||||
docker tag $TAG:${{ env.GITHUB_SHA }} $TAG:latest
|
||||
docker push $TAG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue