Skip to content

Commit

Permalink
Merge pull request #7 from besscroft/dev
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
besscroft authored May 3, 2024
2 parents a60fe3e + f85a1bd commit b3a9813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Docker Multi-arch Image CI & CD
name: Release Docker Multi-arch Image CI & CD

on:
push:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:latest
- name: Build and push version
Expand All @@ -40,6 +40,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:${{ steps.get_version.outputs.VERSION }}

0 comments on commit b3a9813

Please sign in to comment.