Skip to content

Commit d0b1dc0

Browse files
committed
Update instructions & upgrade versions
1 parent 49aa6c5 commit d0b1dc0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414

1515
steps:
1616
- name: Checkout (GitHub)
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Login to GitHub Container Registry
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and run dev container task
27-
uses: devcontainers/ci@v0.2
27+
uses: devcontainers/ci@v0.3
2828
with:
2929
imageName: ghcr.io/${{ github.repository }}/devcontainer
3030
runCmd: echo "Success"

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
steps:
1414
- name: Checkout (GitHub)
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Login to GitHub Container Registry
18-
uses: docker/login-action@v2
18+
uses: docker/login-action@v3
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build and run dev container task
25-
uses: devcontainers/ci@v0.2
25+
uses: devcontainers/ci@v0.3
2626
with:
2727
imageName: ghcr.io/${{ github.repository }}/devcontainer
2828
runCmd: pytest .

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 GoDataDriven
3+
Copyright (c) 2024 Xebia Data
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then, there's 2 options:
2727

2828
1. Click _Use this template_ to create a new repo.
2929

30-
<a href="https://github.com/godatadriven/python-devcontainer-template/generate"><img alt="use this template GitHub button" src="https://camo.githubusercontent.com/523d7e81c3d3dcd01b711f14c87e850edeb8e62bf72814d3231ab084a0c70d31/68747470733a2f2f7777772e726f737472756d2e626c6f672f706f73742f323031392d30362d31312d612d7265706f2d74656d706c6174652d666f722d722d616e616c797369735f66696c65732f7573652d746869732e706e67" width="150px" /></a>
30+
<a href="https://github.com/godatadriven/python-devcontainer-template/generate"><img alt="use this template GitHub button" src="https://github.com/godatadriven/python-devcontainer-template/assets/744430/8cb7bc77-af79-41cd-b9da-5625e7ba843e" width="150px" /></a>
3131

3232
1. **Clone** the repo and open it in **VSCode**.
3333

@@ -42,7 +42,7 @@ That's it 🙌🏻 Enjoy developing.
4242

4343
### Using the button
4444

45-
Another option is to open this repo in VSCode right away. Press the following button:
45+
Another option is to open this repo in VSCode using a special _link_. Press the following button:
4646

4747
[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/godatadriven/python-devcontainer-template)
4848

@@ -62,4 +62,4 @@ This repo was mentioned at the following places:
6262
---
6363

6464

65-
Created by [Jeroen Overschie](https://www.github.com/dunnkers), working at [GoDataDriven](https://godatadriven.com/). A leading Data and AI consultancy company in The Netherlands
65+
Created by [Jeroen Overschie](https://www.github.com/dunnkers), working at [Xebia Data](https://xebia.com/). A leading Data and AI consultancy company in The Netherlands.

0 commit comments

Comments
 (0)