Skip to content

Update README.md

Update README.md #5

Workflow file for this run

name: Update package
on:
push:
tags: ['*']
jobs:
update-package:
name: Update package
runs-on: ubuntu-latest
steps:
- id: update-package
name: Update package
uses: nedix/actions/[email protected]
with:
platforms: linux/amd64,linux/arm64/v8
registry: docker.io
registry_path: nedix/k3d-argocd
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
registry_password: ${{ secrets.DOCKERHUB_PAT }}