Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spiceywasabi/dumberchild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: spiceywasabi/dumberchild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 6, 2021

  1. Bump docker/metadata-action from 3.5.0 to 3.6.1

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.5.0 to 3.6.1.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@3a3bb3a...a2e0289)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 6, 2021
    Copy the full SHA
    28daa78 View commit details
  2. Merge pull request #3 from spiceywasabi/dependabot/github_actions/doc…

    …ker/metadata-action-3.6.1
    
    Bump docker/metadata-action from 3.5.0 to 3.6.1
    spiceywasabi authored Dec 6, 2021
    Copy the full SHA
    fce2d7f View commit details

Commits on May 15, 2023

  1. Delete std-sextalk.aiml

    spiceywasabi authored May 15, 2023
    Copy the full SHA
    449e5a0 View commit details
Showing with 1 addition and 1,050 deletions.
  1. +1 −1 .github/workflows/build-container.yaml
  2. +0 −1,049 app/aiml/standard/std-sextalk.aiml
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@3a3bb3a81753dc99f090d24ee7e5343838b73a96
uses: docker/metadata-action@a2e02890a0d28163b34ac2e4b575b9264a5ee3e2
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Loading