release docker images to ghcr

pull/1/head
Tao Bojlén 2023-06-08 23:10:20 +01:00
rodzic 43745881dd
commit 98b7448291
1 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -21,12 +21,18 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: depot/setup-action@v1
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build & push backend
- name: Build & push
uses: depot/build-push-action@v1
with:
project: 3tz1wxj8cr
@ -34,11 +40,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build & push gephi
uses: depot/build-push-action@v1
with:
project: 3tz1wxj8cr
context: gephi
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}