Skip to content

Commit

Permalink
Path
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Apr 2, 2024
1 parent 63ecc6e commit 6bb57f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Build Dockerfile
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:dockerfiles"
file: ${{ context }}/${{ matrix.docker_image_name }}
context: ./dockerfiles
push: false
tags: ${{ github.repository_owner }}/${{ matrix.docker_image_name }}:proj-${{ matrix.proj_version }}-rust-${{ matrix.rust_version }}
build-args: |
Expand Down

0 comments on commit 6bb57f9

Please sign in to comment.