From b708a0a7a1876a427dcc74b1de5ad5de721e0517 Mon Sep 17 00:00:00 2001
From: Pascal Zarrad
Date: Sun, 30 Oct 2022 19:20:22 +0100
Subject: [PATCH] ci(devops): define step id for build step
---
.github/workflows/deploy_release.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml
index 09bf41f..e4f8e9a 100644
--- a/.github/workflows/deploy_release.yml
+++ b/.github/workflows/deploy_release.yml
@@ -50,6 +50,7 @@ jobs:
- name: Build and publish public image
uses: docker/build-push-action@v3
+ id: build_push
with:
context: .
file: ./Dockerfile