Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc authored Apr 17, 2024
1 parent 81f036e commit f62b97f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

name: Create and publish a Docker image

on:
push:
branches: ['dev-kube', 'dev']
on: push

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -42,4 +40,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f62b97f

Please sign in to comment.