diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10d1cbb..5c74486 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Call Backend Publish Function uses: rustic-beans/dagger-for-github@main with: - version: "0.15.3" + version: "0.18.2" verb: call args: publish-github --source=. --registry=$DOCKER_REGISTRY --image-name=$DOCKER_IMAGE_NAME --username=$DOCKER_USERNAME --password=env:DOCKER_PASSWORD --tag=$DOCKER_TAG cache_config: "type=gha,mode=max,url=${{ env.ACTIONS_CACHE_URL }},token=${{ env.ACTIONS_RUNTIME_TOKEN }}" diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index fb10d5b..2693f73 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -20,7 +20,7 @@ jobs: # Pin at some point uses: rustic-beans/dagger-for-github@main with: - version: "0.15.3" + version: "0.18.2" verb: call args: build --source=. cache_config: "type=gha,mode=max,url=${{ env.ACTIONS_CACHE_URL }},token=${{ env.ACTIONS_RUNTIME_TOKEN }}"