Skip to content

Merge pull request #21 from noclocks/develop #9

Merge pull request #21 from noclocks/develop

Merge pull request #21 from noclocks/develop #9

Workflow file for this run

name: Docker
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Build the Docker image
# run: docker build . --file app/Dockerfile --tag ghcr.io/noclocks/bastienlaw-remix:$(date +%s)
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: noclocks/client-bastienlaw/bastienlaw.com
username: noclocks # ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
default_branch: main
workdir: app
tags: ${{ github.ref_name }}
tag_semver: true