test: github action
This commit is contained in:
parent
f6ed624bba
commit
c17d26f44e
@ -6,6 +6,14 @@ jobs:
|
|||||||
Build-Container-Image:
|
Build-Container-Image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: docker build -t alexohneander/alexohneander-zola:latest .
|
- name: Build and push
|
||||||
env:
|
uses: docker/build-push-action@v5
|
||||||
DOCKER_HOST: unix:///var/run/docker/containerd/containerd.sock
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
target: basic
|
||||||
|
platforms: |
|
||||||
|
linux/amd64
|
||||||
|
# push: true
|
||||||
|
# tags: |
|
||||||
|
# ${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}
|
Loading…
x
Reference in New Issue
Block a user