Skip to content

Commit

Permalink
Bump docker-ci to v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0 tags images with the literal git-tag that was pushed.
  • Loading branch information
danschmidt5189 authored Jan 27, 2025
1 parent 3712b1e commit c8bae01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
build:
uses: BerkeleyLibrary/.github/.github/workflows/docker-build.yml@v1.0.0
uses: BerkeleyLibrary/.github/.github/workflows/docker-build.yml@v1.1.0

test:
needs: build
uses: BerkeleyLibrary/.github/.github/workflows/docker-test.yml@v1.0.0
uses: BerkeleyLibrary/.github/.github/workflows/docker-test.yml@v1.1.0

0 comments on commit c8bae01

Please sign in to comment.