Skip to content

Commit

Permalink
Update .github/workflows/docker.yml
Browse files Browse the repository at this point in the history
Forgot to remove that part

Co-authored-by: ElioDiNino <[email protected]>
  • Loading branch information
rrhan0 and ElioDiNino authored Oct 1, 2023
1 parent c712898 commit a2e28c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: x86/
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ubcuas/uasitl:copter,ubcuas/uasitl:copter-${{ inputs.copter || env.COPTER_VERSION }}
tags: ubcuas/uasitl:copter-${{ inputs.copter || env.COPTER_VERSION }}
build-args: VERSION=${{ inputs.copter || env.COPTER_VERSION }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit a2e28c0

Please sign in to comment.