Merge pull request #1 from fediverse-space/deploy-images

release docker image to ghcr
main
Tao Bojlén 2023-06-08 23:18:23 +01:00 zatwierdzone przez GitHub
commit 332d12e1a4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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 }}