Skip to content

Commit

Permalink
fix(ci): add missing parameter to sed
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent 49b575a commit cf19dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
load: true

- name: Pin base for dev
run: sed -i "s@FROM weblate/base:latest@FROM weblate/base:sha-${{ github.sha }}@"
run: sed -i "s@FROM weblate/base:latest@FROM weblate/base:sha-${{ github.sha }}@" dev/Dockerfile
- name: Build and push (dev)
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit cf19dfc

Please sign in to comment.