Skip to content

Commit

Permalink
fix(docker): trying to get release building working
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 5, 2023
1 parent 2de6c0b commit 761f5fa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build and publish a Docker image to Docker hub and ghcr.io
on:
push:
tags:
- 'v*.*.*'
release:
types: [published]

jobs:
docker:
Expand Down Expand Up @@ -32,7 +31,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/arm64,linux/amd64,linux/arm/v7
platforms: linux/arm64,linux/amd64,linux/arm/v7

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit 761f5fa

Please sign in to comment.