Skip to content

Commit

Permalink
fix push flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkawn committed Nov 6, 2023
1 parent 0027035 commit 30f9ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
context: ./Implem.Pleasanter/Dockerfile
platforms: linux/amd64,linux/arm64
push: false
push: true
tags: ${{ steps.meta1.outputs.tags }}
- name: Extract metadata (CodeDefiner)
id: meta2
Expand All @@ -54,5 +54,5 @@ jobs:
with:
context: ./Implem.CodeDefiner/Dockerfile
platforms: linux/amd64,linux/arm64
push: false
push: true
tags: ${{ steps.meta2.outputs.tags }}

0 comments on commit 30f9ece

Please sign in to comment.