Skip to content

Commit

Permalink
next 2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Dec 11, 2023
1 parent 4f70ee5 commit ba34096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

env:
VERSION: ${{secrets.VERSION_PREFIX}}.$(date +%s)
IMAGE_NAME: ${{secrets.ARTIFACTORY_URL}}/level2:$VERSION
VERSION:
IMAGE_NAME: ${{secrets.ARTIFACTORY_URL}}/level2:${{secrets.VERSION_PREFIX}}.$(date +%s)
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
cabal update
ls $HOME/.config/cabal
cal $HOME/.config/cabal/config
cat $HOME/.config/cabal/config
# - name: Install dependencies
# run: |
# cabal update
Expand Down

0 comments on commit ba34096

Please sign in to comment.