Skip to content

Commit

Permalink
Merge pull request #20 from strg-at/feature/AGENTS-1543-update-ci
Browse files Browse the repository at this point in the history
ci: add rolling tag for renovate AGENTS-1543
  • Loading branch information
jazzlyn authored Feb 22, 2024
2 parents 0a73195 + 18a7685 commit feb5598
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ on:

jobs:
docker-build-push:
uses: "strg-at/github-workflows/.github/workflows/docker-build-push-github.yaml@v0.13.0"
uses: "strg-at/github-workflows/.github/workflows/docker-build-push-github.yaml@v1.3.2"
with:
runner: '["ubuntu-latest"]'
subpath: ${{ inputs.path }}
file: ${{ inputs.path }}/Dockerfile
context: ${{ inputs.path }}
tags: |
${{ github.sha }}
type=raw, value=rolling

0 comments on commit feb5598

Please sign in to comment.