Skip to content

Commit

Permalink
Workflow: Attempting to fix build ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Paletrox-Z committed Feb 27, 2024
1 parent 2c56237 commit 0ab27c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
username: ${{ env.DH_UNAME }}
password: ${{ env.DH_TOKEN }}

- name: Generate Build Tag
id: date
run: echo "::set-output name=date::$(date + '%s')"

- name: Extract Only Repo Name
run: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d '/' -f 2)" >> $GITHUB_ENV

- name: Generate Build ID
id: date
run: echo "::set-output name=date::$(date +'%s')"

- name: Build Image and Push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 0ab27c8

Please sign in to comment.