Skip to content

Merge branch 'main' of https://github.com/aserstobitov/docker #20

Merge branch 'main' of https://github.com/aserstobitov/docker

Merge branch 'main' of https://github.com/aserstobitov/docker #20

Workflow file for this run

name: Build Docker Image
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Shopware-CLI
uses: FriendsOfShopware/shopware-cli-action@v1
- name: Generate jwt-private
run: echo "$(shopware-cli project generate-jwt --env)"
# build:
# uses: shopware/github-actions/.github/workflows/build-docker-image.yml@main
# with:
# bun-version: '1.0.22'
# secrets:
# ghToken: ${{ secrets.GITHUB_TOKEN }}