Skip to content

Commit

Permalink
ci: update Docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Man committed Dec 16, 2021
1 parent d7f6a57 commit b8111f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/joshuaavalon/cloudflare-ddns
tag-sha: true
tags: |
type=sha
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- name: Setup Docker Buildx
Expand All @@ -60,5 +61,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


ARG BASE_IMAGE=node:16-alpine
ARG OVERLAY_VERSION=v2.2.0.1

Expand Down

0 comments on commit b8111f7

Please sign in to comment.