Skip to content

Commit

Permalink
Minor edits for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx committed Jul 12, 2023
1 parent a3c6b8e commit 67ccf2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# matrix cannot be used in the following steps
- name: Set Docker metadata for app
id: meta-app
uses: docker/metadata-action@v4
Expand All @@ -47,7 +48,7 @@ jobs:
type=semver,pattern=v{{version}}-calibre
type=semver,pattern=v{{major}}.{{minor}}-calibre
- name: Build and push app
- name: Build and push app for app
uses: docker/build-push-action@v4
with:
context: .
Expand All @@ -56,7 +57,7 @@ jobs:
target: app
tags: ${{ steps.meta-app.outputs.tags }}

- name: Build and push app
- name: Build and push app for calibre
uses: docker/build-push-action@v4
with:
context: .
Expand Down

0 comments on commit 67ccf2d

Please sign in to comment.