Skip to content

Commit

Permalink
update docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
schrej committed Oct 24, 2022
1 parent d564089 commit 19da684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Extract Metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.0.1
uses: docker/metadata-action@v4.1.1
with:
images: ghcr.io/telekom/cluster-api-ipam-provider-in-cluster

Expand All @@ -59,7 +59,7 @@ jobs:
echo "LDFLAGS=\"$(hack/version.sh)\"" >> $GITHUB_OUTPUT
- name: Build and Push Docker Image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
context: .
push: true
Expand Down

0 comments on commit 19da684

Please sign in to comment.