Skip to content

Commit

Permalink
Merge pull request #214 from edx/usamasadiq/fix-docker-publish-workflow
Browse files Browse the repository at this point in the history
Fix docker publish workflow
  • Loading branch information
UsamaSadiq authored Nov 19, 2021
2 parents 668517e + fe20b2b commit c51e4a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
xblock_sdk:
image: xblock-sdk
image: openedx/xblock-sdk
container_name: edx.devstack.xblock-sdk

build: .
Expand Down

0 comments on commit c51e4a7

Please sign in to comment.