diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 0e18d35..3413e03 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -27,7 +27,7 @@ jobs: with: context: '{{defaultContext}}:images/actions/act' push: true - tags: | + tags: | git.euph.dev/actions/runner-basic:latest git.euph.dev/actions/runner-basic:${{ gitea.run_number }} @@ -64,6 +64,6 @@ jobs: context: '{{defaultContext}}:images/actions/${{ matrix.language }}' push: true build-args: PACKAGE_VERSION=${{ matrix.version }} - tags: | + tags: | git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:latest git.euph.dev/actions/runner-${{ matrix.language }}-${{ matrix.version }}:${{ gitea.run_number }}