Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Nov 15, 2023
1 parent 8d8afbe commit 5ff5bf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-discovery-agent-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- 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 }})"
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 5ff5bf4

Please sign in to comment.