Skip to content

Commit

Permalink
Update docker actions to v4 (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: kevdowney <[email protected]>
  • Loading branch information
kevdowney authored May 4, 2023
1 parent 0e80cd5 commit eea6b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:

- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v4
with:
images: ${{ github.repository_owner }}/lifecycle-manager

- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit eea6b4b

Please sign in to comment.