Skip to content

Commit

Permalink
lets try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
papes1ns committed Apr 17, 2024
1 parent 47dd755 commit 346cab5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ jobs:

- uses: docker/setup-buildx-action@v3

- name: Build Docker image
run: |
DOCKER_BUILDKIT=1 docker build -t gala_web .
- uses: docker/build-push-action@v5
with:
context: .
push: false
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ github.repository }}
cache-to: type=gha,mode=max,scope=${{ github.repository }}
tags: gala_web

- name: Docker Compose pull and build
run: |
docker-compose pull --ignore-pull-failures
docker-compose build
- name: Docker Compose up
run: docker-compose up -d

Expand Down

0 comments on commit 346cab5

Please sign in to comment.