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 33f6f0a commit e62a5eb
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 @@ -41,6 +41,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 e62a5eb

Please sign in to comment.