Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Jun 12, 2024
1 parent 4119082 commit 1dfcc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
steps:
- name: Tag and push container1
run: |
docker tag user/base:latest ${{ IMAGEPRAEFIX }}/base:base-${{ BUILD }}-${{ TYPE }}
docker tag user/base:latest $IMAGEPRAEFIX/base:base-$BUILD-$TYPE

0 comments on commit 1dfcc07

Please sign in to comment.