Skip to content

Commit

Permalink
wip;
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerg committed Jun 25, 2024
1 parent 5ad975f commit 701c634
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Push Docker Images
name: GitHub Actions

on:
push:
branches:
- main
on: push

env:
REPO: lazerg/laravel
Expand All @@ -14,17 +11,9 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

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

- name: Log in to DockerHub
uses: docker/login-action@v1
with:
username: $DOCKER_USER
password: $DOCKER_PASSWORD
- uses: actions/checkout@v2
- name: docker login
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD

- name: Run build script
run: |
Expand Down

0 comments on commit 701c634

Please sign in to comment.