Skip to content

Commit

Permalink
Remove some unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Mar 22, 2024
1 parent 6722866 commit 45a319a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

- name: Push image
run: |
docker pull ${{ inputs.image }}
IFS=, read -a tags <<< "${{ inputs.dockerhub_tags_release }}"
for tag in ${tags[@]}
do
Expand All @@ -44,7 +43,6 @@ jobs:
- name: Push ASAN image
run: |
docker pull ${{ inputs.image_asan }}
IFS=, read -a tags <<< "${{ inputs.dockerhub_tags_asan }}"
for tag in ${tags[@]}
do
Expand Down

0 comments on commit 45a319a

Please sign in to comment.