Skip to content

Commit 9cf4477

Browse files
Point to correct docker image
1 parent 5cc2c99 commit 9cf4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
appimage-snapshot:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.event.workflow_run.conclusion == 'success' }}
16-
container: jammyjamjamman/megaglest-build-env:bionic
16+
container: ${{ secrets.DOCKER_HUB_USERNAME }}/megaglest-build-env:bionic
1717
steps:
1818
- uses: actions/checkout@v3
1919

0 commit comments

Comments
 (0)