mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
added CI changes
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
197847dd96
commit
8305d12924
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GH_PACKAGE_DEPLOYMENT }}
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: semver # you'll use this in the next step
|
id: semver # you'll use this in the next step
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
@ -166,7 +166,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm/v8
|
platforms: linux/amd64, linux/armv7
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.semver.outputs.tags }}
|
tags: ${{ steps.semver.outputs.tags }}
|
||||||
labels: ${{ steps.semver.outputs.labels }}
|
labels: ${{ steps.semver.outputs.labels }}
|
||||||
Loading…
x
Reference in New Issue
Block a user