Skip to content

Commit

Permalink
Update imagebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei authored Apr 2, 2024
1 parent 6bb57f9 commit f8df833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imagebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build Dockerfile
uses: docker/build-push-action@v5
with:
context: ./dockerfiles
file: ./dockerfiles/${{ matrix.docker_image_name }}
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 f8df833

Please sign in to comment.