mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-20 11:11:50 +09:00
fix: update Dockerfile to specify MIT license directly and remove unused ARG
This commit is contained in:
parent
47d8122a7f
commit
8ddd9270b3
1
.github/workflows/publish-image.yml
vendored
1
.github/workflows/publish-image.yml
vendored
@@ -90,7 +90,6 @@ jobs:
|
||||
file: Dockerfile
|
||||
build-args: |
|
||||
OCI_SOURCE=${{ steps.vars.outputs.source_url }}
|
||||
OCI_LICENSE=MIT
|
||||
platforms: ${{ matrix.platform }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user