Skip to content

Commit

Permalink
saved
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Feb 24, 2024
1 parent 650bf86 commit 9e06cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.develop.{{ matrix.dockerfile-suffix }}
file: ./Dockerfile.develop.${{ matrix.dockerfile-suffix }}
push: false
load: true
tags: test:latest
- name: Test
run: docker run --rm test:latest

0 comments on commit 9e06cc5

Please sign in to comment.