Skip to content

Commit

Permalink
(BI-5142) fix: build_debian_docker clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Dec 19, 2023
1 parent 68749f8 commit b133398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debian_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages: write
env:
job_path: "build_debian_docker"
dockerfile_folder_path: "build_debian_docker/docker_build/debian_docker"
dockerfile_folder_path: "docker_build/debian_docker"
image_url_base: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}"
image_tag: "debian_docker:latest"

Expand All @@ -34,6 +34,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ${{ env.dockerfile_folder_path }}
context: "${{ env.job_path }}/${{ env.dockerfile_folder_path }}"
push: true
tags: "${{ env.image_url_base }}/${{ env.image_tag }}"

0 comments on commit b133398

Please sign in to comment.