Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix authored Dec 20, 2024
1 parent 9546b39 commit 03323ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Push Docker Image
on:
push:
branches:
- test
- main
pull_request:
branches:
- test
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
file: Dockerfile
push: true
tags: tiritibambix/imaguick:test
tags: tiritibambix/imaguick:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 03323ed

Please sign in to comment.