Skip to content

fix dockerhub password secret #6

fix dockerhub password secret

fix dockerhub password secret #6

Workflow file for this run

name: release
on:
push:
tags:
- '**'
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Dagger
uses: kpenfound/dagger-action@main
with:
args: ci-remote --commit $GITHUB_REF_NAME --release --tag $GITHUB_REF_NAME --infisical-token ${{ secrets.INFISICAL_TOKEN }}
module: github.com/kpenfound/greetings-api/ci
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}