Skip to content

Commit

Permalink
Merge pull request #50 from redlink-gmbh/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker-9b0aefad66

Bump the docker group across 1 directory with 2 updates
  • Loading branch information
ja-fra authored Dec 2, 2024
2 parents 055c9d1 + f8bfbe3 commit 1485d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -53,7 +53,7 @@ jobs:
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 1485d62

Please sign in to comment.