feat: build
This commit is contained in:
@@ -29,6 +29,9 @@ jobs:
|
|||||||
echo "image=$host/$repo_lc" >> "$GITHUB_OUTPUT"
|
echo "image=$host/$repo_lc" >> "$GITHUB_OUTPUT"
|
||||||
echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
|
echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user