Skip to content

Commit

Permalink
Index - Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix committed Dec 21, 2024
1 parent 9b5d7c0 commit 6f58d3e
Showing 1 changed file with 4 additions and 4 deletions.
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:
- main
- test
pull_request:
branches:
- main
- test
workflow_dispatch:

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

# Logout from Docker Hub
- name: Logout from Docker Hub
Expand Down

0 comments on commit 6f58d3e

Please sign in to comment.