Skip to content

Merge pull request #48 from nedix/renovate/alpine-3.x #11

Merge pull request #48 from nedix/renovate/alpine-3.x

Merge pull request #48 from nedix/renovate/alpine-3.x #11

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/mermerd
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
registry_password: ${{ secrets.DOCKERHUB_PAT }}