Skip to content

Commit

Permalink
Update to latest build-and-push
Browse files Browse the repository at this point in the history
Bug: T348874
  • Loading branch information
vivian-rook committed Oct 13, 2023
1 parent 909e542 commit 53855f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jobber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: build and push jobber
jobs:
build-and-push:
name: build and push jobber
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v2
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@T348873
with:
imagename: jobber
secrets:
Expand Down
2 changes: 2 additions & 0 deletions images/jobber/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.15

# test

RUN apk --no-cache add curl jq

WORKDIR /opt/mediawiki

0 comments on commit 53855f5

Please sign in to comment.