Skip to content

Commit

Permalink
testing action: delete commit
Browse files Browse the repository at this point in the history
Signed-off-by: Georgios Ntoutsos <gntouts@nubificus.co.uk>
  • Loading branch information
gntouts committed Jan 15, 2024
1 parent 7d125f7 commit 5017010
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Docker Image CI Push

on:
push:
branches: [ main ]
branches:
- main
- feat_multiarch


env:
IMAGE_NAME: gntouts/eltrak
Expand Down Expand Up @@ -37,5 +40,5 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: gntouts/eltrak:roll
tags: gntouts/eltrak:testing
labels: ${{ steps.meta.outputs.labels }}
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker Image CI Release

on:
push:
branches:
- feat_multiarch
release:
types: [published]

Expand Down

0 comments on commit 5017010

Please sign in to comment.