Skip to content

Commit

Permalink
ci: add rolling tag for renovate AGENTS-1543
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 22, 2024
1 parent 0a73195 commit 18a7685
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 18a7685

Please sign in to comment.