Update Test Env #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Test Env | |
permissions: | |
id-token: write | |
contents: read | |
packages: write | |
on: | |
workflow_dispatch: | |
jobs: | |
copy-tag: | |
runs-on: depot-ubuntu-22.04 | |
steps: | |
- name: Log in to GitHub Container Registry | |
uses: docker/login-action@v3 | |
with: | |
registry: ghcr.io | |
username: ${{ github.actor }} | |
password: ${{ secrets.GITHUB_TOKEN }} | |
- name: Setup crane | |
uses: imjasonh/setup-crane@v0.4 | |
- name: Copy to test tag | |
run: | | |
crane tag ghcr.io/${{ github.repository }}-enterprise:main test |