Skip to content

Commit

Permalink
testing image build
Browse files Browse the repository at this point in the history
  • Loading branch information
suzol10 committed Jan 6, 2024
1 parent 39c1784 commit 4943b20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
build-php:
# Don't trigger on schedule event when in a fork
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'laradock/laradock')
if: github.repository == 'laradock/laradock'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
build-other:
# Don't trigger on schedule event when in a fork
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'laradock/laradock')
if: github.repository == 'laradock/laradock'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zoltansuto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ jobs:
# docker compose down

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
env:
LARADOCK_PHP_VERSION: ${{ matrix.php_version }}
with:
Expand Down

0 comments on commit 4943b20

Please sign in to comment.