GitXplorerGitXplorer
f

gitpod-images

public
4 stars
3 forks
1 issues

Commits

List of commits on branch main.
Unverified
f6f13f1fd154f8101119ba95387996af1d6e64e9

fix(deps): update dependency @octokit/core to v5.2.0

rrenovate[bot] committed 9 months ago
Verified
8cc9c7e133d3092b55c414eb81add36e45fd659d

chore: add editor config for Makefile

rraisedadead committed 10 months ago
Verified
7bb5be3c6ef790a071fa33f48e1a6d1d2e1e1171

fix(deps): update dependency @octokit/core to v5 (#8)

rrenovate[bot] committed a year ago
Verified
01de9d2597624fdb515b13ee75803ca9f3470687

chore(deps): update actions/setup-node digest to 1a4442c (#15)

rrenovate[bot] committed a year ago
Unverified
b250fd093c327b9e11fb3c0fe4628da48b64f68f

fix(deps): update commitlint monorepo to v17.8.1

rrenovate[bot] committed a year ago
Unverified
95a559012775e71a404b66e9348c43b7b45d35db

fix(deps): update commitlint monorepo to v17.8.0

rrenovate[bot] committed a year ago

README

The README file for this repository.

freeCodeCamp/gitpod-images

Release

On pushes to main, a GitHub Action will build and push the images to Docker Hub. The image tags will be the same as the Git tag associated with the commit.

Create a Commit with Git Tag

git tag -a v1.0.0 -m "Release v1.0.0"
git push origin v1.0.0