From fb12e904d5231193cd032da7ff38bebe1339e522 Mon Sep 17 00:00:00 2001 From: Nikita Sokovnin <49622375+sokovninn@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:59:58 +0200 Subject: [PATCH] fix: update ghcr-publish.yaml --- .github/workflows/ghcr-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-publish.yaml b/.github/workflows/ghcr-publish.yaml index a169f1b..ae6e6de 100644 --- a/.github/workflows/ghcr-publish.yaml +++ b/.github/workflows/ghcr-publish.yaml @@ -18,8 +18,7 @@ jobs: context: . push: true tags: | - ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:${{ github.event.release.tag_name }} - ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest + ghcr.io/luxonis/datadreamer:latest env: DOCKER_BUILDKIT: 1 DOCKER_USERNAME: ${{ github.repository_owner }}