Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Nov 15, 2023
1 parent 5ff5bf4 commit 7c0c2a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-discovery-agent-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Set output
id: vars
run: |
echo "::set-output name=date::$(date +'%Y%m%d%H%M%S')"
echo "::set-output name=tag::${GITHUB_REF#refs/*/}"
echo "::set-output name=sdkversion::$(grep github.com/Axway/agent-sdk go.mod | awk '{print $2}')"
echo "::set-output name=commit::$(git rev-parse --short ${{ github.sha }})"
echo "date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo "sdkversion=$(grep github.com/Axway/agent-sdk go.mod | awk '{print $2}')" >> $GITHUB_OUTPUT
echo "commit=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_OUTPUT
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 7c0c2a9

Please sign in to comment.