Skip to content

Commit

Permalink
fix: fix and test folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
pipech committed Nov 21, 2023
1 parent ad4f822 commit 43f41c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
python_version: [3.6]
app_branch: [version-15]
steps:
- name: Formatting and set version variable
run: python scripts/tag_image.py

- name: Generate action image tag
run: echo "IMAGE_ACTION_TAG=${{ env.IMAGE_REPO }}/${{ env.IMAGE_NAME }}:${{ github.actor_id }}" >> $GITHUB_ENV

Expand Down
File renamed without changes.

0 comments on commit 43f41c8

Please sign in to comment.