Skip to content

Commit

Permalink
Merge pull request #17 from lyes-s/develop
Browse files Browse the repository at this point in the history
Full Residency Address
  • Loading branch information
lyes-sefiane authored Mar 6, 2024
2 parents 695aba5 + 41deca0 commit d3c89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: set env
run: echo "NOW=$(date +'%y-%m-%d_%H-%M-%SS')" >> $GITHUB_ENV
run: echo "NOW=$(date +'%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit d3c89d4

Please sign in to comment.