Skip to content

Commit c51e4a7

Browse files
authored
Merge pull request #214 from edx/usamasadiq/fix-docker-publish-workflow
Fix docker publish workflow
2 parents 668517e + fe20b2b commit c51e4a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- master
77
jobs:
8-
# Push image to GitHub Packages.
9-
# See also https://docs.docker.com/docker-hub/builds/
108
push:
119
runs-on: ubuntu-latest
1210
if: github.event_name == 'push'

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.5'
22
services:
33
xblock_sdk:
4-
image: xblock-sdk
4+
image: openedx/xblock-sdk
55
container_name: edx.devstack.xblock-sdk
66

77
build: .

0 commit comments

Comments
 (0)