Skip to content

Commit

Permalink
fix(CI): change docker image builder action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano authored Oct 29, 2023
1 parent 05d5f71 commit 70805ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Build and push Docker image
uses: mr-smithers-excellent/[email protected]
with:
context: .
image: wittano/komputer-bot
platform: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile
push: true
registry: hub.docker.com
addLatest: true
dockerfile: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 70805ec

Please sign in to comment.