Skip to content

Commit

Permalink
Ajusta CI para fazer build tambem do submodulos
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Feb 2, 2024
1 parent 73f689f commit 263e5c3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ name: ci

on:
push:
branches:
- "master"
- "develop"
tags:
- "v*.*.*"
pull_request:
branches:
- "develop"
- "master"
- "develop"

jobs:
docker:
Expand Down Expand Up @@ -46,14 +43,10 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# -
# name: Login to GHCR
# if: github.event_name != 'pull_request'
# uses: docker/login-action@v2
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Initialize and update submodules
run: |
git submodule update --init --recursive
-
name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 263e5c3

Please sign in to comment.