Skip to content

Commit

Permalink
don't need to tag deps image after pull
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jan 12, 2024
1 parent d86f673 commit b5fd5ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
]

steps:
- name: Pull and Tag Dependency Image
- name: Pull Dependency Image
run: |
docker pull ghcr.io/cyclus/cyclus_${{ matrix.ubuntu_versions }}_${{ matrix.pkg_mgr }}/${{ matrix.pkg_mgr }}-deps
docker tag ghcr.io/cyclus/cyclus_${{ matrix.ubuntu_versions }}_${{ matrix.pkg_mgr }}/${{ matrix.pkg_mgr }}-deps ${{ matrix.pkg_mgr }}-deps
- name: Build Cyclus
uses: bennibbelink/cyclus-ci-action@main
with:
Expand Down

0 comments on commit b5fd5ef

Please sign in to comment.