Skip to content

Commit

Permalink
buildx->build
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Jun 8, 2024
1 parent b57dc0e commit 452057f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-montainer-preview-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Build Montainer (preview) Image
run: |
docker buildx . --tag ghcr.io/wasinuddy/montainer-preview:latest --tag ghcr.io/wasinuddy/montainer-preview:${{ env.PREVIEW_VERSION }}
docker build . --tag ghcr.io/wasinuddy/montainer-preview:latest --tag ghcr.io/wasinuddy/montainer-preview:${{ env.PREVIEW_VERSION }}
docker push ghcr.io/wasinuddy/montainer-preview:latest
docker push ghcr.io/wasinuddy/montainer-preview:${{ env.PREVIEW_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-montainer-stable-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Build Montainer (Stable) Image
run: |
docker buildx . --tag ghcr.io/wasinuddy/montainer-stable:latest --tag ghcr.io/wasinuddy/montainer-stable:${{ env.STABLE_VERSION }}
docker build . --tag ghcr.io/wasinuddy/montainer-stable:latest --tag ghcr.io/wasinuddy/montainer-stable:${{ env.STABLE_VERSION }}
docker push ghcr.io/wasinuddy/montainer-stable:latest
docker push ghcr.io/wasinuddy/montainer-stable:${{ env.STABLE_VERSION }}
Expand Down

0 comments on commit 452057f

Please sign in to comment.