We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 668517e + fe20b2b commit c51e4a7Copy full SHA for c51e4a7
.github/workflows/docker-publish.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- master
7
jobs:
8
- # Push image to GitHub Packages.
9
- # See also https://docs.docker.com/docker-hub/builds/
10
push:
11
runs-on: ubuntu-latest
12
if: github.event_name == 'push'
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3.5'
2
services:
3
xblock_sdk:
4
- image: xblock-sdk
+ image: openedx/xblock-sdk
container_name: edx.devstack.xblock-sdk
build: .
0 commit comments