Skip to content

Commit

Permalink
update release workflow docker action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jul 11, 2023
1 parent 5a752f0 commit d644181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.9.0

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v4.6.0
with:
images: ghcr.io/${{ github.repository }}/ebpf-agent

- name: Build and push
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit d644181

Please sign in to comment.