Skip to content

Commit

Permalink
Workflow actions versions bump and further cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Mar 21, 2024
1 parent 0dbc6c3 commit 8506a8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
18 changes: 14 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
/node_modules
node_modules
*.log
.DS_Store
.env
/.cache
/public/build
/build
.cache
public/build
build
Dockerfile*
docker-compose*
.dockerignore
.git
.github
.gitignore
README.md
.vscode
.editorconfig
.idea
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ jobs:
uses: docker/[email protected]

- name: ✖️ Set up Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.2.0

- name: ⚡️ Cache Docker layers
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: 👋 Log in to the Container registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -59,7 +59,7 @@ jobs:
type=ref,event=tag
- name: 🛠 Build and push Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
with:
context: .
file: Dockerfile.image
Expand Down

0 comments on commit 8506a8a

Please sign in to comment.