6 lines
191 B
YAML
6 lines
191 B
YAML
- name: Build and Push
|
|
uses: actions/docker/build-push@v4
|
|
with:
|
|
context: .
|
|
push: true
|
|
tags: git.home.arrondeau.fr/streaper2/afropreunariat:latest |