Compare commits
3 Commits
v0.0.1
...
renovate/d
Author | SHA1 | Date | |
---|---|---|---|
4c4d00cc5d | |||
298db19434 | |||
b422768e8e |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
# use the current commit SHA as the tag
|
# use the current commit SHA as the tag
|
||||||
|
6
main.py
6
main.py
@@ -1,6 +0,0 @@
|
|||||||
def main():
|
|
||||||
print("Hello from dns!")
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
Reference in New Issue
Block a user