Skip to content

Commit

Permalink
build docker image from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
klausmeyer committed Oct 3, 2023
1 parent 582c70e commit ed0ac2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker (latest)

on:
push:
branches: [ master ]
branches: [ master, rails-7.1 ]

jobs:
build:
Expand All @@ -29,6 +29,6 @@ jobs:
context: .
build-args: |
SOURCE_COMMIT=${{ github.sha }}
tags: klausmeyer/docker-registry-browser:latest
tags: klausmeyer/docker-registry-browser:${{ github.ref.name == 'master' && 'latest' || github.ref.name }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true

0 comments on commit ed0ac2b

Please sign in to comment.