Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yano3 committed Jul 23, 2020
1 parent babd2e2 commit edcb7e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
version: [mainline, stable]

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file ${{ matrix.version }}/Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit edcb7e0

Please sign in to comment.