Skip to content

Commit

Permalink
Switch github workflow for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed May 17, 2024
1 parent 5202bff commit 8e6786c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rombur/adamantine-stack:no_gpu-latest
FROM rombur/adamantine-stack:no_gpu-24.01.0

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: github-docker

on:
push:
branches: [master]
branches: [release/1.0]

jobs:
build-master-docker:
Expand All @@ -23,4 +23,4 @@ jobs:
context: ./.github/workflows/
file: ./.github/workflows/Dockerfile
push: true
tags: rombur/adamantine:latest
tags: rombur/adamantine:1.0

0 comments on commit 8e6786c

Please sign in to comment.