Skip to content

Commit

Permalink
Refaz comando para build e inicialização dos submodulos
Browse files Browse the repository at this point in the history
  • Loading branch information
erleibiazzio committed Aug 16, 2023
1 parent b188bb4 commit f1b7851
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
submodules: true
images: |
docker.io/hacklab/mapas-pa
tags: |
Expand All @@ -41,7 +40,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-

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

0 comments on commit f1b7851

Please sign in to comment.