Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: prepare tags
Expand All @@ -29,12 +29,12 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@master
- name: login to dockerhub
uses: docker/login-action@v1
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.0-slim-buster
FROM python:3.11.0-slim-buster@sha256:730510eaec8fa02354a28b50f0d3f5635de439a566d59fc63c209791c40d3213

RUN apt-get -qq update \
&& apt-get -qq install \
Expand Down
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,33 +53,33 @@ runs:
echo "WDL_CI_CUSTOM_TEST_WDL_DIR"=${{ inputs.wdl-ci-custom-test-wdl-dir }} >> $GITHUB_ENV
fi
- name: lint
uses: docker://dnastack/wdl-ci:v2.1.0
uses: docker://dnastack/wdl-ci:v2.1.0@sha256:d6b2779446155ea677daa6242d18551d51fc05f5391a9a8fb111167f914a4f0c
with:
args: lint ${{ inputs.suppress-lint-errors && '--suppress-lint-errors' || '' }}
- name: detect-changes
uses: docker://dnastack/wdl-ci:v2.1.0
uses: docker://dnastack/wdl-ci:v2.1.0@sha256:d6b2779446155ea677daa6242d18551d51fc05f5391a9a8fb111167f914a4f0c
with:
args: detect-changes
- name: submit
uses: docker://dnastack/wdl-ci:v2.1.0
uses: docker://dnastack/wdl-ci:v2.1.0@sha256:d6b2779446155ea677daa6242d18551d51fc05f5391a9a8fb111167f914a4f0c
with:
args: submit
- name: monitor
uses: docker://dnastack/wdl-ci:v2.1.0
uses: docker://dnastack/wdl-ci:v2.1.0@sha256:d6b2779446155ea677daa6242d18551d51fc05f5391a9a8fb111167f914a4f0c
with:
args: monitor --update-digests
# If a test fails, still update task digests for any tests that succeeded
# This allows fixing broken tests without rerunning successful runs
- name: update-config
if: always()
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
with:
add: ${{ inputs.config-file }}
message: "update wdl-ci config file after successful tests"
default_author: github_actions
fetch: false
- name: cleanup
if: always()
uses: docker://dnastack/wdl-ci:v2.1.0
uses: docker://dnastack/wdl-ci:v2.1.0@sha256:d6b2779446155ea677daa6242d18551d51fc05f5391a9a8fb111167f914a4f0c
with:
args: cleanup