feature/new-oci-deployment #2

Merged
marcio.fernandes merged 30 commits from feature/new-oci-deployment into main 2026-05-03 01:17:48 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b5207d2cca - Show all commits
@@ -84,5 +84,5 @@ runs:
--local dockerfile=${{ inputs.dockerfile }} \ --local dockerfile=${{ inputs.dockerfile }} \
--opt filename=${{ inputs.filename }} \ --opt filename=${{ inputs.filename }} \
$BUILD_ARG_FLAGS \ $BUILD_ARG_FLAGS \
--output type=image,name=${{ inputs.tags }},push=true,registry.config="$AUTH_JSON" --output type=image,name=${{ inputs.tags }},push=true"
@@ -16,7 +16,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Fetch limbo public actions - name: Fetch limbo public actions
env: env:
RUNNER_TEMP: "${{ runner.temp }}" RUNNER_TEMP: "${{ runner.temp }}"