Skip to content

Commit

Permalink
fix name, add env
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Jan 16, 2024
1 parent e214b11 commit cb2eaf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on:
branches:
- master
env:
IMAGE_NAME: paritytech/polkador-hub-app
IMAGE_NAME: paritytech/polkadot-hub-app

jobs:
build_and_push:
name: Build Docker image and push it to Docker Hub
runs-on: ubuntu-latest
environment: master_and_tags
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cb2eaf7

Please sign in to comment.