Preparing the repository

This commit is contained in:
charles-gauthereau
2024-12-31 14:02:37 +01:00
parent 974ccf8a7e
commit 0669b82cfd
+2 -2
View File
@@ -27,14 +27,14 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: solucetechnologies/agent-portabase
images: solucetechnologies/portabase
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6
with:
context: .
file: ./docker/Dockerfile
file: ./docker/dockerfile/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}