Skip to content

Commit

Permalink
try running in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 5, 2023
1 parent 44c4e1e commit 90b41d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Docker image
name: Docker

on:
push:
branches: ["main"]
branches: ["main", "holic/dockerfile-ci"]
workflow_dispatch:

env:
Expand All @@ -11,6 +11,7 @@ env:

jobs:
build-and-push-image:
name: Build and push image
runs-on: ubuntu-latest-16-cores
permissions:
contents: read
Expand All @@ -36,6 +37,6 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 90b41d9

Please sign in to comment.