Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 1, 2024
1 parent fdc8293 commit ccf0398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Docker

on:
workflow_dispatch:
push:

permissions:
contents: read
Expand All @@ -21,4 +22,4 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Image
run: docker buildx build --platform="linux/amd64,linux/arm64" --tag ghcr.io/FriendsOfShopware/api.friendsofshopware.com --push .
run: docker buildx build --platform="linux/amd64,linux/arm64" --tag ghcr.io/FriendsOfShopware/frosh-api --push .

0 comments on commit ccf0398

Please sign in to comment.