2023-08-18 21:48:02 -07:00
2023-08-18 20:23:08 -07:00
2023-08-18 21:34:55 -07:00
2023-08-18 21:48:02 -07:00
2023-08-18 21:45:19 -07:00
2023-08-18 21:34:55 -07:00

Action for re-tagging an existing docker multi-arch manifest

Inputs

Example usage

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Tag the "gitea.example.com/owner/package:latest" image with some new tags
      uses: https://gitea.jbrumond.me/actions/docker-tag@v0.1
      with:
        registry: gitea.example.com
        username: ${{ secrets.REGISTRY_USERNAME }}
        password: ${{ secrets.REGISTRY_PASSWORD }}
        insecure-registry: false
        image: owner/package
        old-tag: latest
        new-tags: |
          tag1
          tag2
          tag3
Description
Gitea/GitHub Action for adding additional tags to an existing container manifest without pulling/pushing any images
Readme 1.5 MiB
Languages
JavaScript 100%