Skip to content

Commit

Permalink
fix: use --output=type=docker shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 4, 2023
1 parent d7aa7c4 commit 7064f0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
with:
context: .
file: ./updater/Dockerfile
push: false
platforms: local
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Run and test
Expand Down

0 comments on commit 7064f0f

Please sign in to comment.