Skip to content

Commit

Permalink
Use docker/build-push-action v6 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Aug 23, 2024
1 parent 711ef88 commit 9b0c348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
org.opencontainers.image.description=Harvester administrative user interface
org.opencontainers.image.vendor=Index Data LLC
- name: Build and publish Docker for harvester
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
target: harvester
tags: ${{ steps.meta-1.outputs.tags }}
labels: ${{ steps.meta-1.outputs.labels }}
- name: Build and publish Docker for harvester-admin
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 9b0c348

Please sign in to comment.