Skip to content

Commit

Permalink
Change container name
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Oct 31, 2023
1 parent e6e43ae commit 633eb9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
tags: test-container
context: .
push: false

Expand Down

0 comments on commit 633eb9a

Please sign in to comment.