Skip to content

Commit

Permalink
Back to rolling releases
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahvdAa committed Jul 20, 2023
1 parent 6d5feea commit a87ef42
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ permissions:
packages: write

on:
release:
types: [published]
push:
branches: [ master ]

jobs:
build:
Expand All @@ -24,14 +24,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/placenl/chief
- name: publish docker image
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ghcr.io/placenl/chief:latest

0 comments on commit a87ef42

Please sign in to comment.