Skip to content

6.6.15_7

6.6.15_7 #14

Workflow file for this run

name: Docker Image CI
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Build docker Nuxt
uses: Libertech-FR/lt-actions/docker-image@main
with:
repository: ${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}