Skip to content

Commit

Permalink
Merge branch 'main' into maxisam-patch-3
Browse files Browse the repository at this point in the history
maxisam authored Nov 22, 2024
2 parents 0b2b2ad + 3b07557 commit 883dded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -67,9 +67,11 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Set current date as env variable
env:
DOCKER_REPOSITORY: ${{ env.DOCKER_REPOSITORY }}
run: |
echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
echo "${{ env.DOCKER_REPOSITORY}}"
echo "DOCKER_REPOSITORY : $DOCKER_REPOSITORY"
- name: Login to DockerHub
if: github.event_name == 'workflow_dispatch'

0 comments on commit 883dded

Please sign in to comment.