Skip to content

Commit

Permalink
tset
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 6, 2024
1 parent 6cde202 commit 28bb595
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
latest=auto
tags: |
# "1.2.3" and "latest" Docker tags on push of git tag "v1.2.3"
type=semver,value=${{ steps.bootstrap.outputs.agent-version }}
type=raw,value=${{ steps.bootstrap.outputs.agent-version }}
# "edge" Docker tag on git push to default branch
type=edge
# testing purposes
type=raw,value=latest,prefix=test-,enable=${{ github.ref == format('refs/heads/{0}', 'test/provenance') }}
- name: Build and Push Profiler Docker Image
id: docker-push
Expand Down

0 comments on commit 28bb595

Please sign in to comment.