Skip to content

Commit

Permalink
clean up docker tags in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jul 12, 2023
1 parent 59e4a87 commit b414569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
uses: docker/[email protected]
with:
images: ghcr.io/honeycombio/ebpf-agent
tags: dev

- name: Build and push
uses: docker/[email protected]
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: dev
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
Expand Down

0 comments on commit b414569

Please sign in to comment.