Skip to content

Commit

Permalink
Use docker/build-push-action v5 DEVOPS-2662
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 16, 2024
1 parent a911c5e commit 1387a4a
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit 1387a4a

Please sign in to comment.