Skip to content

Commit

Permalink
Merge branch 'main' into maxisam-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Nov 22, 2024
2 parents 3da542e + a49fa34 commit 0b2b2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Set current date as env variable
run: echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
run: |
echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
echo "${{ env.DOCKER_REPOSITORY}}"
- name: Login to DockerHub
if: github.event_name == 'workflow_dispatch'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
type: string
description: Version
default: 2.0
default: "2.0"
required: false

jobs:
Expand Down

0 comments on commit 0b2b2ad

Please sign in to comment.