Skip to content

Commit

Permalink
checkout submodules as well :|
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikKolas committed Oct 9, 2023
1 parent 36f7f62 commit 83c3a00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:

- name: Checkout own repository
uses: actions/checkout@v4
with:
submodules: true

# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down Expand Up @@ -66,6 +68,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}-${{ matrix.ros_distro }}:${{ steps.date.outputs.date }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
# platforms: linux/arm64,linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64,linux/amd64

0 comments on commit 83c3a00

Please sign in to comment.