We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7a37c commit 84aa1ccCopy full SHA for 84aa1cc
.github/workflows/publish_container.yaml
@@ -86,6 +86,7 @@ jobs:
86
sbom: sbom-image-latest.json
87
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
88
subject-digest: ${{ steps.build-push-latest.outputs.digest }}
89
+ # test
90
# - name: Extract metadata (tags, labels) for dev image
91
# id: meta2
92
# uses: docker/metadata-action@v5
config/boot.rb
@@ -1,4 +1,4 @@
1
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2
3
require "bundler/setup" # Set up gems listed in the Gemfile.
4
-require "bootsnap/setup" # Speed up boot time by caching expensive operations..
+require "bootsnap/setup" # Speed up boot time by caching expensive operations.
0 commit comments