Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg authored Dec 12, 2023
1 parent dca399a commit 48718b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- "!*"
- "master"
tags:
- "v*"

Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
platforms: linux/amd64 #,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: docker/Dockerfile
file: docker/Dockerfile

0 comments on commit 48718b5

Please sign in to comment.