Skip to content

Commit

Permalink
FIX gitactions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jul 19, 2024
1 parent bcad605 commit 522a429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishimage-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TEF_TOKEN }}

- name: Build Docker image
run:
run: |
export TOKEN=${{ secrets.REPO_ACCESS_TOKEN }}
docker build -t telefonicaiot/fiware-orion:latest --build-arg GIT_REV_ORION=master --secret id=repo_token,env=TOKEN --no-cache -f docker/Dockerfile .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishimage-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Build Docker image
run:
run: |
export TOKEN=${{ secrets.REPO_ACCESS_TOKEN }}
docker build -t telefonicaiot/fiware-orion:${{ env.VERSION }} --build-arg GIT_REV_ORION=${{ env.VERSION }} --secret id=repo_token,env=TOKEN --no-cache -f docker/Dockerfile .
Expand Down

0 comments on commit 522a429

Please sign in to comment.