Skip to content

Commit

Permalink
local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf committed Nov 24, 2023
1 parent 0503bfe commit 1b2f768
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@
// The optional 'workspaceFolder' property is the path VS Code should open by default when
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/aws-cli:1": {}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"features": {
"ghcr.io/devcontainers/features/aws-cli:1": {},
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"forwardPorts": [
8000
]

// Uncomment the next line if you want start specific services in your Docker Compose config.
// "runServices": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker image
name: Publish Docker image to Docker Hub

on:
release:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker
name: Docker

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

on:
schedule:
- cron: '35 8 * * *'
#schedule:
# - cron: '35 8 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
Expand Down

0 comments on commit 1b2f768

Please sign in to comment.