Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
fix docker publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina committed Feb 15, 2024
1 parent dd7583a commit 2a2adeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion docker/trappist-parachain.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is sourced from https://github.com/paritytech/polkadot-sdk/blob/master/scripts/ci/dockerfiles/polkadot/polkadot_builder.Dockerfile
FROM docker.io/paritytech/ci-linux:1.71.0-bullseye as builder
FROM docker.io/paritytech/ci-linux:production as builder

WORKDIR /trappist
COPY . /trappist
Expand Down

0 comments on commit 2a2adeb

Please sign in to comment.