Skip to content

Commit

Permalink
Update Memgraph version (#171)
Browse files Browse the repository at this point in the history
- Update Memgraph version
- Bump up checkout action
  • Loading branch information
Jure Bajic authored Oct 10, 2022
1 parent d9f5071 commit 1a594e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
env:
DOCKER_ORGANIZATION_NAME: memgraph
DOCKER_REPOSITORY_NAME: memgraph-mage
MEMGRAPH_VERSION: 2.3.0
MEMGRAPH_VERSION: 2.4.1
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 1a594e7

Please sign in to comment.