Skip to content

Commit

Permalink
Merge pull request #5 from karlomikus/develop
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
karlomikus authored Nov 6, 2022
2 parents b5fda32 + 1a9aaf8 commit dc4ada9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build docker image

on:
push:
branches: [ "master" ]
tags:
- 'v*'

Expand All @@ -13,12 +12,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: kmikus12/salt-rim
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -36,6 +29,6 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: kmikus12/salt-rim:latest, kmikus12/salt-rim:${{github.ref_name}}

0 comments on commit dc4ada9

Please sign in to comment.