Skip to content

Commit

Permalink
Remove build tags we don't want
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarseneau committed Apr 15, 2022
1 parent 150fe41 commit 42223d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Build and push Docker image

on:
schedule:
- cron: '0 10 * * *'
push:
branches:
- '**'
tags:
- 'v*.*.*'
pull_request:
Expand All @@ -27,13 +23,10 @@ jobs:
thejf/antennas
ghcr.io/jfarseneau/antennas
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 42223d0

Please sign in to comment.