Skip to content

Commit

Permalink
Raise minrobot output digest
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 17, 2024
1 parent 61db443 commit d053f1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
build-minrobot:
runs-on: ubuntu-latest
outputs:
# So we can `FROM` this image in the next build
digest: ${{ steps.build.outputs.digest }}
steps:
- name: Prepare
run: |
Expand Down Expand Up @@ -111,7 +114,7 @@ jobs:
platforms: linux/amd64,linux/arm64
annotations: ${{ steps.meta.outputs.annotations }}
build-args: |
FROM=${{ needs.build-minrobot.build.outputs.digest }}
FROM=${{ needs.build-minrobot.outputs.digest }}
file: docker/moos-ivp-gui/Dockerfile
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit d053f1a

Please sign in to comment.